I've set up a couple basic serial WAN links between three 2524 routers with chap authentication. I get the following output:
R2#show ip route
Codes: 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
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
192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.2.0/30 is directly connected, Serial0
C 192.168.2.1/32 is directly connected, Serial0
192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.3.2/32 is directly connected, Serial1
C 192.168.3.0/30 is directly connected, Serial1
The WAN links themselves are fine; LCP is being sent when it should and everything is fine on that end in general. I set up a /30 mask for both WAN links, as it wastes the fewest amount of address space, yet I see a /32 there, and that's what is puzzling. Maybe I need to refresh myself on subnetting, but I believe /32 doesn't exist, so what's the deal?[/b]