I have 3 routers(R1, R2, R3) running in a frame relay network. 172.12.123.0/24 is the common subnet over the frame cloud.
I also have 2 additional routers R4 and R5 which are attached to R3 and R2 respectively
R2 and R5 are connected by ethernet on subnet 46.0.0.0/24. R3 and R4 are connected by ethernet on network 51.1.1.0/24.
R1 is in IS-IS area 49.0001.
R2 is in IS-IS area 49.0002.
R3 is in IS-IS area 49.0003.
R4 is in area 49.0003
R5 is in area 49.0002
R1, R2 and R3 are all at the default L1/L2 router setting.
R4 and R5 were set to Level-1 routers
However when I have IS-Is routing setup only the L1 route 51.1.1.0/24 route is placed in R1's table and not the 46.0.0.0/24 route. this despite R1 having adjacencies with both R2 and R3.
I am not sure why one route and not the other would install.
I have listed the relevant output below.
R1#sh ip route
Gateway of last resort is not set
51.0.0.0/24 is subnetted, 1 subnets
i L2 51.1.1.0 [115/20] via 172.12.123.3, Serial1/0
172.12.0.0/24 is subnetted, 1 subnets
C 172.12.123.0 is directly connected, Serial1/0
R1#sh clns nei
System Id Interface SNPA State Holdtime Type Protocol
R2 Se1/0 DLCI 122 Up 9 L2 IS-IS
R3 Se1/0 DLCI 123 Up 8 L2 IS-IS
R1#sh clns nei det
System Id Interface SNPA State Holdtime Type Protocol
R2 Se1/0 DLCI 122 Up 8 L2 IS-IS
Area Address(es): 49.0002
IP Address(es): 172.12.123.2*
Uptime: 00:45:30
NSF capable
R3 Se1/0 DLCI 123 Up 9 L2 IS-IS
Area Address(es): 49.0003
IP Address(es): 172.12.123.3*
Uptime: 01:16:40
NSF capable
interface Serial1/0
ip address 172.12.123.1 255.255.255.0
ip router isis
encapsulation frame-relay
ip split-horizon
serial restart-delay 0
frame-relay map ip 172.12.123.2 122 broadcast
frame-relay map ip 172.12.123.3 123 broadcast
frame-relay map clns 122 broadcast
frame-relay map clns 123 broadcast
no frame-relay inverse-arp
end
