我有一个来自 CA Click 的名为 Spectrum 的监控工具。它通过检查它们的配置等自动形成设备之间的链接。最近我的交换机上做了一个区域的更改,交换机和路由器之间的链接在监控工具上消失了。我怀疑这是因为交换机端口 g1/0/12 上的“无 ip 地址”命令行,它应该配置了 ip 地址。我怀疑是在交换机端口g0/0上配置IP地址xxx.xxx.43.58的关系或影响。先感谢您。
实际配置如下:
我的核心交换机 xxx.xxx.43.58:
xxxxxCORERS001#sh run int G1/0/12
Building configuration...
Current configuration : 183 bytes
!
interface GigabitEthernet1/0/12
description xxxxxWANXRT001 :: xxx.xxx.43.57::
no switchport
no ip address
ip ospf network point-to-point
end
我的路由器 xxx.xxx.43.57:
xxxxxWANXRT001#sh run int g0/0
Building configuration...
Current configuration : 285 bytes
!
interface GigabitEthernet0/0
description UPLINK SWITCH-L3 xxxxxCORERS001 :: xxx.xxx.43.58::
bandwidth 1000000
ip address xxx.xxx.43.57 255.255.255.252
ip wccp 62 redirect in
ip ospf network point-to-point
media-type sfp
service-policy output LAN_QOS
end