Hello,
I'm brand new to Cisco routers, and am working on configuring 3 1720 series routers over frame relay. I have (what I think) is a simple static routing question.
The scenario:
Router_1
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.1 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.2 18
frame-relay map ip 192.168.200.3 17
frame-relay lmi-type cisco
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
ip route 192.168.200.2 255.255.255.255 Serial0
This segment has ADSL coming into a 3COM firewall/NAT on 192.168.1.254, also DHCP and domain controller (for LAN only).
Router_2
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.2 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.1 16
frame-relay map ip 192.168.200.3 17
frame-relay lmi-type cisco
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.200.1
ip route 192.168.2.0 255.255.255.0 192.168.200.3
ip route 192.168.200.1 255.255.255.255 Serial0
ip route 192.168.200.3 255.255.255.255 Serial0
This segment has LAN and WAN services ie. mail, file/print also domain controller and DHCP for LAN only.
Router_3
interface FastEthernet0
ip address 192.168.2.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.3 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.1 16
frame-relay map ip 192.168.200.2 18
frame-relay lmi-type cisco
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
ip route 192.168.200.2 255.255.255.255 Serial0
This segment is a small LAN w/DHCP and domain controller for LAN only.
Based on the routes above I know there is something wrong, I just don't know what. I can't determine how Internet bound traffic should be routed to the firewall. I've thought of things like ip route 0.0.0.0 0.0.0.0 192.168.1.254, but can I use this AFTER all the other routes? Does the router use the order in which the routes are entered as a guide or should I identify a metric?
Argh! Very frustrating! The kicker is that these units must be pre-configured for VERY remote sites.
Any comments and/or advice on the above configs would be greatly appreciated. If I've left any important info out, let me know and I'll include it.
Thanks,
Jeff
I'm brand new to Cisco routers, and am working on configuring 3 1720 series routers over frame relay. I have (what I think) is a simple static routing question.
The scenario:
Router_1
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.1 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.2 18
frame-relay map ip 192.168.200.3 17
frame-relay lmi-type cisco
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
ip route 192.168.200.2 255.255.255.255 Serial0
This segment has ADSL coming into a 3COM firewall/NAT on 192.168.1.254, also DHCP and domain controller (for LAN only).
Router_2
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.2 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.1 16
frame-relay map ip 192.168.200.3 17
frame-relay lmi-type cisco
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.200.1
ip route 192.168.2.0 255.255.255.0 192.168.200.3
ip route 192.168.200.1 255.255.255.255 Serial0
ip route 192.168.200.3 255.255.255.255 Serial0
This segment has LAN and WAN services ie. mail, file/print also domain controller and DHCP for LAN only.
Router_3
interface FastEthernet0
ip address 192.168.2.1 255.255.255.0
!
interface Serial0
ip address 192.168.200.3 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.200.1 16
frame-relay map ip 192.168.200.2 18
frame-relay lmi-type cisco
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.2
ip route 192.168.200.2 255.255.255.255 Serial0
This segment is a small LAN w/DHCP and domain controller for LAN only.
Based on the routes above I know there is something wrong, I just don't know what. I can't determine how Internet bound traffic should be routed to the firewall. I've thought of things like ip route 0.0.0.0 0.0.0.0 192.168.1.254, but can I use this AFTER all the other routes? Does the router use the order in which the routes are entered as a guide or should I identify a metric?
Argh! Very frustrating! The kicker is that these units must be pre-configured for VERY remote sites.
Any comments and/or advice on the above configs would be greatly appreciated. If I've left any important info out, let me know and I'll include it.
Thanks,
Jeff