I have Cisco 2501 with IOS 10.2 (Could this be the problem?) that won't route to UUNet. Circuit is a T1 from Frame Relay Encapsulation.
Here is the configuration I used and UUNet sent me one that is almost identical to it (minus minors).
interface Ethernet0
ip address AA.BB.CC.DD 255.255.255.0
no ip directed-broadcast
no mop enabled
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
!
interface Serial0.1 point-to-point
description UUNet
ip unnumbered Ethernet0
no ip directed-broadcast
frame-relay interface-dlci 500 IETF
!
interface Serial1
description EMPTY
no ip address
no ip directed-broadcast
shutdown
!
router rip (SHOULD RIP BE TURNED ON???)
network 63.0.0.0 (UUNet did not have this)
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
Any help would be appreciated. Thanks
Tony
Here is the configuration I used and UUNet sent me one that is almost identical to it (minus minors).
interface Ethernet0
ip address AA.BB.CC.DD 255.255.255.0
no ip directed-broadcast
no mop enabled
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
!
interface Serial0.1 point-to-point
description UUNet
ip unnumbered Ethernet0
no ip directed-broadcast
frame-relay interface-dlci 500 IETF
!
interface Serial1
description EMPTY
no ip address
no ip directed-broadcast
shutdown
!
router rip (SHOULD RIP BE TURNED ON???)
network 63.0.0.0 (UUNet did not have this)
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
Any help would be appreciated. Thanks
Tony