I am trying to add rip to my Cisco 2501 I am configuring for our new Chicago office, but everytime I try to add the router rip network information for a class C's ir gives me calls A's. Example:
conf term
router rip
network 38.244.61.0
network 38.181.98.0
end
write
Now when I show configuration router rip has the network 38.0.0.0. What is going on here and why is it doing this? Many thanks to those who respond.
Here is the configuration file:
Using 1468 out of 32762 bytes
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname AspenChicago
!
enable password $%^&#
!
ip subnet-zero
no ip domain-lookup
appletalk routing
!
!
interface Ethernet0
description Standard Ethernet Interface
ip address 38.24.61.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
appletalk cable-range 9000-9099 9000.154
appletalk zone Aspen Chicago
no mop enabled
!
interface Serial0
description 512KB Frame Relay to Washington D.C.
ip address 38.181.98.2 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
bandwidth 512
appletalk cable-range 3-3 3.10
frame-relay map appletalk 3.2 220 broadcast
frame-relay lmi-type ansi
!
interface Serial1
description Not Currently Used
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
!
router rip
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 206.0.100.2
ip route 38.0.0.0 255.0.0.0 206.0.100.2
ip route 38.244.58.0 255.255.255.0 206.0.101.250
ip route 38.244.59.0 255.255.255.0 206.0.101.250
ip route 38.244.60.0 255.255.255.0 206.0.101.250
ip route 206.0.100.0 255.255.255.0 Serial0
!
!
line con 0
exec-timeout 0 0
line aux 0
transport input all
line vty 0 4
login
!
end
conf term
router rip
network 38.244.61.0
network 38.181.98.0
end
write
Now when I show configuration router rip has the network 38.0.0.0. What is going on here and why is it doing this? Many thanks to those who respond.
Here is the configuration file:
Using 1468 out of 32762 bytes
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname AspenChicago
!
enable password $%^&#
!
ip subnet-zero
no ip domain-lookup
appletalk routing
!
!
interface Ethernet0
description Standard Ethernet Interface
ip address 38.24.61.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
appletalk cable-range 9000-9099 9000.154
appletalk zone Aspen Chicago
no mop enabled
!
interface Serial0
description 512KB Frame Relay to Washington D.C.
ip address 38.181.98.2 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
bandwidth 512
appletalk cable-range 3-3 3.10
frame-relay map appletalk 3.2 220 broadcast
frame-relay lmi-type ansi
!
interface Serial1
description Not Currently Used
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
no keepalive
shutdown
!
router rip
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 206.0.100.2
ip route 38.0.0.0 255.0.0.0 206.0.100.2
ip route 38.244.58.0 255.255.255.0 206.0.101.250
ip route 38.244.59.0 255.255.255.0 206.0.101.250
ip route 38.244.60.0 255.255.255.0 206.0.101.250
ip route 206.0.100.0 255.255.255.0 Serial0
!
!
line con 0
exec-timeout 0 0
line aux 0
transport input all
line vty 0 4
login
!
end