HI,
My company has two site say Site A and Site B.
My ISP already setup a Fiber Optic Cable through site A and Site B.
So it is physically connected.
I have tested it by plug in two laptop into fiber driver port, and assign private IP, both
laptop can talk to each other.
Laptop1 -- RouterA --------------------------
----Router
B Laptop2
In RouterA config, I can see that there is two interface,
say e0 and e1. both e0 and e1 assign ip public
site A has local network 172.16.0.0 - 255.255.0.0
In Router B config, I can see that two interface
say e0, assign IP public and e1 devided into four sub interface / virtual LAN
site B has local network :
172.20.21.0 - 255.255.255.0
172.20.22.0 - 255.255.255.0
172.20.23.0 - 255.255.255.0
172.20.20.0 - 255.255.255.0
I m not cisco certified, but i look at document about adding static routing is very simple,
>> ip route destination_ip subnet_mast gateway/ip_router_next_hop
e
In router B, I try this command
RouterB#config
RouterB#ip route 172.16.0.0 255.255.0.0 202.137.5.37
RouterB#Ctl -Z
But when I try to show ip route, nothing happen.
Please help me with this.
What other information is needed.
Thanks
YUAN
=============
Site A config :
interface FastEthernet1/0
ip address 202.137.5.37 255.255.255.252
no ip directed-broadcast
speed auto
full-duplex
no cdp enable
!
interface Serial1/0
no ip address
no ip directed-broadcast
shutdown
clockrate 2000000
!
interface FastEthernet1/1
ip address 202.77.97.41 255.255.255.248
no ip directed-broadcast
duplex auto
speed auto
--More-- no cdp enable
!
interface Serial1/1
no ip address
no ip directed-broadcast
shutdown
clockrate 2000000
!
ip classless
ip route 0.0.0.0 0.0.0.0 202.137.5.38
no ip http server
!
access-list 150 permit ip any host 202.77.97.42
access-list 150 permit tcp any host 202.77.97.43 eq www
access-list 150 deny ip any host 202.77.97.43
Site B config :
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$I
NTF-INFO-F
E 0$
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.121
description Globe VLAN 121
encapsulation dot1Q 121
ip address 202.137.6.99 255.255.255.248 secondary
ip address 172.20.21.254 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/0.122
description Sales VLAN 122
encapsulation dot1Q 122
ip address 172.20.22.254 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/0.123
description News VLAN 123
encapsulation dot1Q 123
ip address 172.20.23.254 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/0.220
description Voice VLAN 220
encapsulation dot1Q 220
ip address 172.20.20.254 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1
ip address 202.137.5.173 255.255.255.252
ip nat outside
speed 10
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 202.137.5.174
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat pool aa 202.137.6.97 202.137.6.97 netmask 255.255.255.248
ip nat inside source list 1 pool aa overload
!
access-list 1 permit 172.20.20.0 0.0.0.255
access-list 1 permit 172.20.21.0 0.0.0.255
access-list 1 permit 172.20.22.0 0.0.0.255
access-list 1 permit 172.20.23.0 0.0.0.255
Start Free Trial