show interface port-channel 命令, 显示EtherChannel 接口的总体状态。
show etherchannel summary 命令,用列表每行显示一条通道接口信息。
show etherchannel port-channel 命令,显示特定通道接口的信息。
show interfaces etherchannel 命令,显示EtherChannel内每个接口的相关信息。
调整单区域 OSPF并
对其进行故障排除
OSPF 的安全
配置OSPF MD5 认证
可以对所有接口启用全局MD5 验证;也可以进入每个接口,
逐一启用MD5认证.启用所有接口OSPF 认证(区域验证):
ip ospf message-digest-key key md5 password 接口配置模式.
area area-id authentication message-digest 路由配置模式.
逐接口启用 MD5 认证(接口验证) :
ip ospf message-digest-key keymd5 password 接口配置模式.
ip ospf authentication message-digest 接口配置模式.
OSPF 故障排除命令
show ip protocols -查看重要的 OSPF 配置信息.
show ip ospf neighbor -查看路由器是否与其邻居建立邻接关系.
show ip ospf interface -显示接口的OSPF参数, 例如 OSPF 进程 ID.
show ip ospf -查看 OSPF 进程 ID 和 router ID.
show ip route ospf -显示路由表中通过OSPF 得到的路由.
clear ip ospf [ process-id ] process - – 重启 OSPFv2 邻接关系.