Here is my cisco 2500 router configuration. What should I do to make this connection work? Thank you very much. Cem
This command applies only to DCE interfaces Current configuration: ! version 11.1 service udp-small-servers service tcp-small-servers ! hostname hirzel_1 ! enable secret 5 xxxxx enable password xxxxx ! ! interface Ethernet0 ip address 10.1.1.1 255.255.0.0 ! interface Serial0 description (to ottawa) ip address 10.5.1.2 255.255.0.0 ! interface Serial1 description (to pemberville) ip address 10.6.1.2 255.255.0.0 ! interface Serial2 description (to perry) ip address 10.7.1.2 255.255.0.0 ! interface Serial3 no ip address shutdown ! interface BRI0 no ip address shutdown ! router rip network 10.0.0.0 ! no ip classless ip route 10.1.1.130 255.255.255.255 10.1.1.131 ! line con 0 line aux 0 line vty 0 1 password xxxx login length 25 line vty 2 4 password xxxx login ! end
