Hello,
Was reading a bit on Cisco's site about dialer profiles, and came across an ip route statement i dont quite understand why "they" did it that way.
Basically, its a router, connecting through ISDN to a central router.
It has an ethernet int:
interface Ethernet0
ip address 172.22.96.1 255.255.255.0
and a Dialer interface:
interface Dialer1
ip address 172.22.85.2 255.255.255.0
But howcome, it has these route statements:
ip route 172.22.0.0 255.255.0.0 172.22.80.0
ip route 172.22.80.0 255.255.255.0 Dialer1
The central router has IP 172.22.85.1.
Wouldnt a connection, ie. a ping to 172.22.85.1 hit the 172.22.0.0 route first, then hit the 172.22.80.0 route afterwards, which initiates the Dialer 1?
Im not sure why one would do this?
Unfortunally I only have Boson to try out ISDN scenarios with, which leaves me a bit in the dark.
Thanks in advance!
http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a0080093c2e.shtml#table1