03-13-2017 10:49 PM - edited 03-08-2019 09:43 AM
Network Diagram Attached
Objective:
1. ALL traffic from VLAN1 and VLAN2 in branch office to headquarters is routed via Dialer1. If dialer1 is not available then all traffic is routed via dialer2.
2. ALL traffic from VLAN1 and VLAN2 in branch office to the internet is routed via Dialer2. If dialer2 is not available then all internet traffic is routed via dialer1.
This configuration is yet to be going into production but I am not sure whether it will work. Please verify which Option makes more sense.
Thanks
My Configuration Option 1:
uilding configuration...
Current configuration : 3291 bytes
!
! Last configuration change at 21:59:11 UTC Thu Mar 9 2017 by plesi
version 15.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Busways_kempsey
!
boot-start-marker
boot-end-marker
!
aqm-register-fnf
!
enable secret 5 $1$QWCt$Fl4eD6Nu.WOFoDdFW2hz5/
enable password plesi1
!
no aaa new-model
!
!
no ip domain lookup
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
vpdn enable
!
!
license udi pid C887VA-K9 sn
!
!
controller VDSL 0
!
!
interface ATM0
description ### DSL1 ###
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
description ### RESERVED_FOR_VOICE_LAN ###
no ip address
shutdown
!
interface FastEthernet1
switchport trunk allowed vlan 1,2,101,1002-1005
switchport mode trunk
no ip address
!
interface FastEthernet2
no ip address
shutdown
!
interface FastEthernet3
description ### DSL2 ###
switchport access vlan 3
no ip address
no cdp enable
!
interface Vlan1
description ### ###
ip address 10.1.11.1 255.255.255.0
ip virtual-reassembly in
ip tcp adjust-mss 1452
ip policy route-map RM-TO-HEADQUARTERS
!
interface Vlan2
description ### PORT_MACQUARIE_WIFI_LAN ###
ip address 192.168.11.1 255.255.255.0
ip virtual-reassembly in
ip tcp adjust-mss 1452
ip policy route-map RM-TO-HEADQUARTERS
!
interface Vlan3
description ### VLAN DSL2 ###
no ip address
pppoe enable
pppoe-client dial-pool-number 2
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
ppp chap hostname xxxxxxxxxxxx
ppp chap password 0 xxxxxxxxxxxxx
!
interface Dialer2
description ### INTERNET ###
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 2
dialer idle-timeout 0
dialer persistent
dialer-group 2
ppp chap hostname xxxxxxxxxxxxxxxx
ppp chap password xxxxxxxxxxxxxx
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip access-list extended ACL-ROUTE-TO-HEADQUARTERS
permit ip 10.1.11.0 0.0.0.255 10.1.1.0 0.0.0.255
permit ip 10.1.11.0 0.0.0.255 192.168.1.0 0.0.0.255
permit ip 192.168.11.0 0.0.0.255 10.1.1.0 0.0.0.255
permit ip 192.168.11.0 0.0.0.255 192.168.1.0 0.0.0.255
route-map RM-TO-HEADQUARTERS permit 10
match ip address ACL-ROUTE-TO-HEADQUARTERS
set ip next-hop dialer1
set ip next-hop verify-availability
!
!
ip route 0.0.0.0 0.0.0.0 Dialer2
ip route 0.0.0.0 0.0.0.0 Dialer1 10
!
control-plane
!
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end
=========================
03-12-2018 06:24 AM
Hi,
Your configuration is looking fine. You can test it by using the tracert command on your windows system.
Regards,
Deepak Kumar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide