Hello,
We have 2 locations. Site A has Networks 192.168.9.0 and 192.168.10.0, Site B has Network 192.168.12.0. These sites are connected via a Serial Point to Point connection, which will failover to IPSEC VPN should the Serial Route go down (using RIP).
I am having difficulty having the router at each location redistribute and use the RIP networks from the opposite site. I would like as much of the network to be RIP dyanmic routing, rather than static routing. You will notice in the below configurations that I was forced to add some static routes to get this to work. I would like the RIP network 192.168.9.0 from site A to be usable at Site B. (I would also like to get rid of that static route at each location identifying it's own network).
Any input is appreciated!
Site A:
version 12.3
service timestamps debug datetime msec
no service timestamps log uptime
no service password-encryption
!
hostname SITEA
!
boot-start-marker
boot-end-marker
!
enable password secret
!
clock timezone EST -5
clock summer-time EDT recurring
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip flow-cache timeout active 1
no ip domain lookup
ip name-server 192.168.10.5
ip name-server 192.168.12.2
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.254 255.255.255.0
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 10.10.10.1 255.255.255.0
encapsulation ppp
ip route-cache flow
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
full-duplex
no cdp enable
!
router rip
version 2
redistribute connected
redistribute static
network 10.0.0.0
network 192.168.10.0
!
no ip classless
ip route 192.168.12.0 255.255.255.0 10.10.12.1
ip flow-export version 5
ip flow-export destination 192.168.10.6 2048
ip http server
!
logging trap notifications
logging facility local0
logging 192.168.10.5
no cdp run
snmp-server community public RO
snmp-server ifindex persist
snmp-server enable traps tty
!
line con 0
password secret
login
line aux 0
password secret
login
line vty 0 4
session-timeout 10
password secret
login
!
ntp clock-period 17180017
ntp server 192.5.41.209
!
!
end
Site B:
version 12.3
service timestamps debug datetime msec
no service timestamps log uptime
no service password-encryption
!
hostname SITEB
!
boot-start-marker
boot-end-marker
!
enable password secret
!
clock timezone EST -5
clock summer-time EDT recurring
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ip domain lookup
ip name-server 192.168.12.2
ip name-server 192.168.10.5
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.12.254 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 10.10.12.1 255.255.255.0
encapsulation ppp
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
full-duplex
no cdp enable
!
router rip
version 2
redistribute connected
redistribute static
network 10.0.0.0
network 192.168.12.0
!
no ip classless
ip route 192.168.10.0 255.255.255.0 10.10.10.1
ip http server
!
logging trap notifications
logging facility local0
logging 192.168.12.5
no cdp run
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
password secret
login
line aux 0
password secret
login
line vty 0 4
session-timeout 10
password secret
login
!
ntp clock-period 17180004
ntp server 192.5.41.209
!
!
end
SITEA#show 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 192.168.10.1 to network 0.0.0.0
S 192.168.12.0/24 [1/0] via 10.10.12.1
R 192.168.9.0/24 [120/1] via 192.168.10.1, 00:00:05, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.10.10.0/24 is directly connected, Serial0/0
C 10.10.12.1/32 is directly connected, Serial0/0
R* 0.0.0.0/0 [120/1] via 192.168.10.1, 00:00:05, FastEthernet0/0
SITEB#show 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 192.168.12.1 to network 0.0.0.0
C 192.168.12.0/24 is directly connected, FastEthernet0/0
S 192.168.10.0/24 [1/0] via 10.10.10.1
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.10.10.1/32 is directly connected, Serial0/0
C 10.10.12.0/24 is directly connected, Serial0/0
R* 0.0.0.0/0 [120/1] via 192.168.12.1, 00:00:25, FastEthernet0/0
SITEA#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 19 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: connected, static, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0 2 2
Serial0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
192.168.10.0
Routing Information Sources:
Gateway Distance Last Update
192.168.10.1 120 00:00:23
Distance: (default is 120)
SITEB#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 13 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: connected, static, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0 2 2
Serial0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
192.168.12.0
Routing Information Sources:
Gateway Distance Last Update
192.168.12.1 120 00:00:23
Distance: (default is 120)
Thank you!
We have 2 locations. Site A has Networks 192.168.9.0 and 192.168.10.0, Site B has Network 192.168.12.0. These sites are connected via a Serial Point to Point connection, which will failover to IPSEC VPN should the Serial Route go down (using RIP).
I am having difficulty having the router at each location redistribute and use the RIP networks from the opposite site. I would like as much of the network to be RIP dyanmic routing, rather than static routing. You will notice in the below configurations that I was forced to add some static routes to get this to work. I would like the RIP network 192.168.9.0 from site A to be usable at Site B. (I would also like to get rid of that static route at each location identifying it's own network).
Any input is appreciated!
Site A:
version 12.3
service timestamps debug datetime msec
no service timestamps log uptime
no service password-encryption
!
hostname SITEA
!
boot-start-marker
boot-end-marker
!
enable password secret
!
clock timezone EST -5
clock summer-time EDT recurring
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip flow-cache timeout active 1
no ip domain lookup
ip name-server 192.168.10.5
ip name-server 192.168.12.2
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.254 255.255.255.0
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 10.10.10.1 255.255.255.0
encapsulation ppp
ip route-cache flow
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
full-duplex
no cdp enable
!
router rip
version 2
redistribute connected
redistribute static
network 10.0.0.0
network 192.168.10.0
!
no ip classless
ip route 192.168.12.0 255.255.255.0 10.10.12.1
ip flow-export version 5
ip flow-export destination 192.168.10.6 2048
ip http server
!
logging trap notifications
logging facility local0
logging 192.168.10.5
no cdp run
snmp-server community public RO
snmp-server ifindex persist
snmp-server enable traps tty
!
line con 0
password secret
login
line aux 0
password secret
login
line vty 0 4
session-timeout 10
password secret
login
!
ntp clock-period 17180017
ntp server 192.5.41.209
!
!
end
Site B:
version 12.3
service timestamps debug datetime msec
no service timestamps log uptime
no service password-encryption
!
hostname SITEB
!
boot-start-marker
boot-end-marker
!
enable password secret
!
clock timezone EST -5
clock summer-time EDT recurring
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ip domain lookup
ip name-server 192.168.12.2
ip name-server 192.168.10.5
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.12.254 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 10.10.12.1 255.255.255.0
encapsulation ppp
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
full-duplex
no cdp enable
!
router rip
version 2
redistribute connected
redistribute static
network 10.0.0.0
network 192.168.12.0
!
no ip classless
ip route 192.168.10.0 255.255.255.0 10.10.10.1
ip http server
!
logging trap notifications
logging facility local0
logging 192.168.12.5
no cdp run
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
password secret
login
line aux 0
password secret
login
line vty 0 4
session-timeout 10
password secret
login
!
ntp clock-period 17180004
ntp server 192.5.41.209
!
!
end
SITEA#show 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 192.168.10.1 to network 0.0.0.0
S 192.168.12.0/24 [1/0] via 10.10.12.1
R 192.168.9.0/24 [120/1] via 192.168.10.1, 00:00:05, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.10.10.0/24 is directly connected, Serial0/0
C 10.10.12.1/32 is directly connected, Serial0/0
R* 0.0.0.0/0 [120/1] via 192.168.10.1, 00:00:05, FastEthernet0/0
SITEB#show 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 192.168.12.1 to network 0.0.0.0
C 192.168.12.0/24 is directly connected, FastEthernet0/0
S 192.168.10.0/24 [1/0] via 10.10.10.1
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.10.10.1/32 is directly connected, Serial0/0
C 10.10.12.0/24 is directly connected, Serial0/0
R* 0.0.0.0/0 [120/1] via 192.168.12.1, 00:00:25, FastEthernet0/0
SITEA#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 19 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: connected, static, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0 2 2
Serial0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
192.168.10.0
Routing Information Sources:
Gateway Distance Last Update
192.168.10.1 120 00:00:23
Distance: (default is 120)
SITEB#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 13 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: connected, static, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0 2 2
Serial0/0 2 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
10.0.0.0
192.168.12.0
Routing Information Sources:
Gateway Distance Last Update
192.168.12.1 120 00:00:23
Distance: (default is 120)
Thank you!