默认情况下,为什么不能显示Cisco路由器的loopback接口?
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
FastEthernet2/3 unassigned YES unset down down
FastEthernet2/4 unassigned YES unset down down
FastEthernet2/5 unassigned YES unset down down
FastEthernet2/6 unassigned YES unset down down
GigabitEthernet2/1 12.12.12.2 YES manual up up
GigabitEthernet2/2 23.23.23.2 YES manual up up
Dot11Radio2/1 unassigned YES NVRAM administratively down down
Vlan1 unassigned YES NVRAM up up
你看上面的显示,列表中没有环回接口。
但是如果我进入环回接口1,然后end
显示接口,它会显示:
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
FastEthernet2/3 unassigned YES unset down down
FastEthernet2/4 unassigned YES unset down down
FastEthernet2/5 unassigned YES unset down down
FastEthernet2/6 unassigned YES unset down down
GigabitEthernet2/1 12.12.12.2 YES manual up up
GigabitEthernet2/2 23.23.23.2 YES manual up up
Dot11Radio2/1 unassigned YES NVRAM administratively down down
Loopback1 unassigned YES unset up up
Vlan1 unassigned YES NVRAM up up
编辑-01
这是我进入环回界面时的日志:
Router(config)#interface loopback 1
%LINK-5-CHANGED: Interface Loopback1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
那里显示loopback接口状态变化,但是我有一个问题,其他接口如此项:
FastEthernet2/3 unassigned YES unset down down
那里显示Physical和Protocol都down了,命令里面也显示出来了,如果loopback接口都down了,为什么不显示呢?