Link to home
Start Free TrialLog in
Avatar of nasirsh
nasirshFlag for Pakistan

asked on

Vlans cannot communicate with each other

Hi there. I have configured vlans on my cisco router 1811 and configured pbr with IP SLA. Everything is working except that my vlan computers cannot communicate with each other. Any help would be really appreciated. Currently i am only using vlan 500 and vlan 100 in which i have connected two pcs respectively.
ip sla 1
 icmp-echo 203.81.192.1 source-interface FastEthernet1
 timeout 1000
 threshold 500
ip sla schedule 1 life forever start-time now
ip sla 2
 icmp-echo 117.102.4.71 source-interface FastEthernet0
 timeout 1000
 threshold 500
ip sla schedule 2 life forever start-time now
!
!
!
username nasir privilege 15 password 7 13041B1318070539
username admin privilege 15 secret 5 $1$JPPR$cbjvNz02VzxFHCll3edYj0
!
!
track 1 rtr 1 reachability
 delay down 15 up 60
!
track 2 rtr 2 reachability
 delay down 15 up 60
!
!
!
!
!
interface Null0
 no ip unreachables
!
interface FastEthernet0
 description $FW_OUTSIDE$$ETH-WAN$
 ip address 192.168.5.55 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet1
 description $ETH-WAN$
 ip address 192.168.1.128 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet2
 switchport access vlan 500
!
interface FastEthernet3
 switchport access vlan 100
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
 switchport access vlan 100
 switchport mode trunk
!
interface FastEthernet7
 switchport access vlan 200
!
interface FastEthernet8
 switchport access vlan 700
 switchport mode trunk
!
interface FastEthernet9
 switchport access vlan 500
 switchport mode trunk
!
interface Vlan1
 no ip address
!
interface Vlan500
 ip address 192.168.10.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip policy route-map www
!
interface Vlan700
 ip address 192.168.0.3 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip policy route-map www
!
interface Vlan200
 ip address 192.168.2.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip policy route-map www
!
interface Vlan100
 ip address 192.168.4.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Async1
 no ip address
 encapsulation slip
!
ip route 0.0.0.0 0.0.0.0 192.168.1.1 track 1
ip route 0.0.0.0 0.0.0.0 192.168.5.1 10 track 2
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 0.0.0.0 0.0.0.0 192.168.5.1 10
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source route-map isp1 interface FastEthernet0 overload
ip nat inside source route-map isp2 interface FastEthernet1 overload
ip nat inside source static tcp 192.168.0.10 21 202.59.76.178 21 extendable
ip nat inside source static tcp 192.168.0.11 80 202.59.76.178 80 extendable
ip nat inside source static tcp 192.168.0.2 3389 202.59.76.178 3389 extendable
!
access-list 110 permit ip 192.168.0.0 0.0.255.255 any
access-list 110 permit ip any any
access-list 160 permit ip 192.168.2.0 0.0.0.255 any
access-list 160 permit ip 192.168.0.0 0.0.0.255 any
access-list 160 permit ip 192.168.10.0 0.0.0.255 any
access-list 160 permit ip 192.168.5.0 0.0.0.255 any
access-list 160 permit ip any any
no cdp run
!
!
!
route-map isp2 permit 10
 match ip address 110
 match interface FastEthernet1
!
route-map isp1 permit 10
 match ip address 110
 match interface FastEthernet0
!
route-map www permit 10
 match ip address 160
 set ip next-hop verify-availability 192.168.5.1 10 track 2
 set ip default next-hop 192.168.5.1

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of educator99
educator99
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial