0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out
配置一个接口范围
命令 目的 第一步 configure terminal 启用全局配置模式 第二步 interface range {port-range macro macro_name} 输入接口的范围(Vlans或者物理端口)进入接口范围配模式进行配置。 l 你可以使用interface range命令配置可达5个端可范围或一个事先定义的宏。 l 在“配置和使用接口范围宏”中阐明宏是可变的。 l 每个逗号分隔的port-range必须包含相同的接口类型。你不必在逗号后面输入空格。 l 当你定义了一个范围,第一个端口和连字符之间需要一个空隔。 第三步
你现在可以用普通的配置命令提供配置参数给所有在范围内的接口。 第四步 end 返回特权EXEC模式。 第五步 show interface [interface-id] 确认在范围内的接口配置。 第六步 copy running-config startup-config (可选) 保存你的条目到配置文件中。