Help !!
Hello, I am a phone guy that is trying to learn routers and switches. We have an voice system that uses an I/P backbone to route voice traffic an management traffic. Our voice network is xxx.xxx.0.0 and our management network is yyy.yyy.30.0. Also the Corporate network (which is where we manage devices from) is yyy.yyy.0.0. The corporation gave us the whole yyy.yyy.30.0 to use. They have subnetted that so that yyy.yyy.30.1 through yyy.yyy.30.189 is the COB Site and yyy.yyy.30.192 through yyy.yyy.30.254 is the Romeo site. We have devices at both sites that need to talk to each other fo management purposes such as TFTP uploads/downloads, and device registration to the main server, etc. The 2 sites are connected together via Cisco routers with (2) T1's. The router at the COB site can ping devices at the COB site, the Corporate network and the Romeo site. However, the router at the Romeo site can not ping addresses at the COB site, but can only ping devices at the Romeo site. I have asked for help from the Corporate IT guys and they did put static routes in for yyy.yyy.0.0/16 at both routers but it does not seem to work. Does anyone have any ideas. Here are the configs:
COB-Voice#sh run
Building configuration...
Current configuration : 1433 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname COB-Voice
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$59EF$GhVO/fQHw9V19XBUm6biX.
enable password XXXXXXXXX
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip cef
!
!
!
!
username Cisco password 0 XXXXXXX
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface Multilink1
description COB to Remote
ip address xxx.xxx.2.1 255.255.255.0
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/0
ip address xxx.xxx.1.27 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address yyy.yyy.30.185 255.255.255.192
speed 100
full-duplex
!
interface Serial0/0/0:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/0/1:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
network xxx.xxx.0.0
no auto-summary
!
ip route yyy.yyy.0.0 255.255.0.0 yyy.yyy.30.190
ip route yyy.yyy.30.192 255.255.255.192 xxx.xxx.2.2
!
ip http server
!
disable-eadi
!
control-plane
!
!
line con 0
password xxxxxxx
login
line aux 0
password xxxxxxx
login
line vty 0 4
password xxxxxxx
login
!
end
COB-Voice#
COB-Voice#sh 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, su - IS-IS summary, 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
yyy.yyy.0.0/16 is variably subnetted, 3 subnets, 2 masks
S yyy.yyy.0.0/16 [1/0] via yyy.yyy.30.190
C yyy.yyy.30.128/26 is directly connected, FastEthernet0/1
S yyy.yyy.30.192/26 [1/0] via xxx.xxx.2.2
xxx.xxx.0.0/16 is variably subnetted, 4 subnets, 2 masks
C xxx.xxx.1.0/24 is directly connected, FastEthernet0/0
C xxx.xxx.2.2/32 is directly connected, Multilink1
R xxx.xxx.3.0/24 [120/1] via xxx.xxx.2.2, 00:00:23, Multilink1
C xxx.xxx.2.0/24 is directly connected, Multilink1
COB-Voice#
Here is the Romeo site:
Romeoville-Voice#sh run
Building configuration...
Current configuration : 1336 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Romeoville-Voice
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$M3OY$c7rahxmuoz8JJ2ui35tlq/
enable password xxxxxxx
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip cef
!
!
!
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface Multilink1
description Remeoville to COB
ip address xxx.xxx.2.2 255.255.255.0
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/0
ip address xxx.xxx.3.1 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address yyy.yyy.30.254 255.255.255.192
speed 100
full-duplex
!
interface Serial0/0/0:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/0/1:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
network xxx.xxx.0.0
no auto-summary
!
ip route yyy.yyy.0.0 255.255.0.0 xxx.xxx.2.1
!
ip http server
!
disable-eadi
!
control-plane
!
!
line con 0
password xxxxxxx
login
line aux 0
password xxxxxxx
login
line vty 0 4
password xxxxxxx
login
!
end
Romeoville-Voice#
Romeoville-Voice#sh 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, su - IS-IS summary, 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
yyy.yyy.0.0/16 is variably subnetted, 2 subnets, 2 masks
S yyy.yyy.0.0/16 [1/0] via xxx.xxx.2.1
C yyy.yyy.30.192/26 is directly connected, FastEthernet0/1
xxx.xxx.0.0/16 is variably subnetted, 4 subnets, 2 masks
R xxx.xxx.1.0/24 [120/1] via xxx.xxx.2.1, 00:00:23, Multilink1
C xxx.xxx.3.0/24 is directly connected, FastEthernet0/0
C xxx.xxx.2.1/32 is directly connected, Multilink1
C xxx.xxx.2.0/24 is directly connected, Multilink1
Romeoville-Voice#
Any help would be appreciated. Thank you.
Hello, I am a phone guy that is trying to learn routers and switches. We have an voice system that uses an I/P backbone to route voice traffic an management traffic. Our voice network is xxx.xxx.0.0 and our management network is yyy.yyy.30.0. Also the Corporate network (which is where we manage devices from) is yyy.yyy.0.0. The corporation gave us the whole yyy.yyy.30.0 to use. They have subnetted that so that yyy.yyy.30.1 through yyy.yyy.30.189 is the COB Site and yyy.yyy.30.192 through yyy.yyy.30.254 is the Romeo site. We have devices at both sites that need to talk to each other fo management purposes such as TFTP uploads/downloads, and device registration to the main server, etc. The 2 sites are connected together via Cisco routers with (2) T1's. The router at the COB site can ping devices at the COB site, the Corporate network and the Romeo site. However, the router at the Romeo site can not ping addresses at the COB site, but can only ping devices at the Romeo site. I have asked for help from the Corporate IT guys and they did put static routes in for yyy.yyy.0.0/16 at both routers but it does not seem to work. Does anyone have any ideas. Here are the configs:
COB-Voice#sh run
Building configuration...
Current configuration : 1433 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname COB-Voice
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$59EF$GhVO/fQHw9V19XBUm6biX.
enable password XXXXXXXXX
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip cef
!
!
!
!
username Cisco password 0 XXXXXXX
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface Multilink1
description COB to Remote
ip address xxx.xxx.2.1 255.255.255.0
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/0
ip address xxx.xxx.1.27 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address yyy.yyy.30.185 255.255.255.192
speed 100
full-duplex
!
interface Serial0/0/0:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/0/1:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
network xxx.xxx.0.0
no auto-summary
!
ip route yyy.yyy.0.0 255.255.0.0 yyy.yyy.30.190
ip route yyy.yyy.30.192 255.255.255.192 xxx.xxx.2.2
!
ip http server
!
disable-eadi
!
control-plane
!
!
line con 0
password xxxxxxx
login
line aux 0
password xxxxxxx
login
line vty 0 4
password xxxxxxx
login
!
end
COB-Voice#
COB-Voice#sh 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, su - IS-IS summary, 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
yyy.yyy.0.0/16 is variably subnetted, 3 subnets, 2 masks
S yyy.yyy.0.0/16 [1/0] via yyy.yyy.30.190
C yyy.yyy.30.128/26 is directly connected, FastEthernet0/1
S yyy.yyy.30.192/26 [1/0] via xxx.xxx.2.2
xxx.xxx.0.0/16 is variably subnetted, 4 subnets, 2 masks
C xxx.xxx.1.0/24 is directly connected, FastEthernet0/0
C xxx.xxx.2.2/32 is directly connected, Multilink1
R xxx.xxx.3.0/24 [120/1] via xxx.xxx.2.2, 00:00:23, Multilink1
C xxx.xxx.2.0/24 is directly connected, Multilink1
COB-Voice#
Here is the Romeo site:
Romeoville-Voice#sh run
Building configuration...
Current configuration : 1336 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Romeoville-Voice
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$M3OY$c7rahxmuoz8JJ2ui35tlq/
enable password xxxxxxx
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip cef
!
!
!
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface Multilink1
description Remeoville to COB
ip address xxx.xxx.2.2 255.255.255.0
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/0
ip address xxx.xxx.3.1 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address yyy.yyy.30.254 255.255.255.192
speed 100
full-duplex
!
interface Serial0/0/0:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/0/1:0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
network xxx.xxx.0.0
no auto-summary
!
ip route yyy.yyy.0.0 255.255.0.0 xxx.xxx.2.1
!
ip http server
!
disable-eadi
!
control-plane
!
!
line con 0
password xxxxxxx
login
line aux 0
password xxxxxxx
login
line vty 0 4
password xxxxxxx
login
!
end
Romeoville-Voice#
Romeoville-Voice#sh 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, su - IS-IS summary, 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
yyy.yyy.0.0/16 is variably subnetted, 2 subnets, 2 masks
S yyy.yyy.0.0/16 [1/0] via xxx.xxx.2.1
C yyy.yyy.30.192/26 is directly connected, FastEthernet0/1
xxx.xxx.0.0/16 is variably subnetted, 4 subnets, 2 masks
R xxx.xxx.1.0/24 [120/1] via xxx.xxx.2.1, 00:00:23, Multilink1
C xxx.xxx.3.0/24 is directly connected, FastEthernet0/0
C xxx.xxx.2.1/32 is directly connected, Multilink1
C xxx.xxx.2.0/24 is directly connected, Multilink1
Romeoville-Voice#
Any help would be appreciated. Thank you.