cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1320
Views
0
Helpful
1
Replies

IP SLA Route-map

Mounirabdallah
Level 1
Level 1

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

=========================

1 Reply 1

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

Your configuration is looking fine. You can test it by using the tracert command on your windows system.

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card