我有一个带有环回 0 的 Router1 连接到 Router2:

界面简介如下:
Router1>show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 10.0.12.1 YES manual up up
GigabitEthernet0/0/1 unassigned YES unset administratively down down
Loopback0 1.1.1.1 YES manual up up
Vlan1 unassigned YES unset administratively down down
ip路由如下:
Router1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/32 is subnetted, 1 subnets
C 1.1.1.1/32 is directly connected, Loopback0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.12.0/24 is directly connected, GigabitEthernet0/0/0
L 10.0.12.1/32 is directly connected, GigabitEthernet0/0/0
我有一个问题,Router1和它的loopback0的逻辑关系是什么?
如果我们把 loopback0 看成它的一个逻辑路由器接口,route 1.1.1.1/32应该是L,因为 Gig0/0/0 的 ip 是L。
如果我们把loopback0看作一个独立的Server(因为它的关系是connected),它应该有东西连接loopback0,对吧?