Cisco 1100 - Dual WAN Load Balancing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 12:28 PM
Hello,
could one of you take a look at my configuration. I am trying to set up dual WAN load balancing on my Cisco 1111 router. However, I do not manage to do it. The computer gets assigned an IP address using DHCP, but cannot access any website. A ping to 8.8.8.8 is possible though. However, no other IP address can be pinged, not even from the ISP routers.
Thank you for help
version 16.6
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
platform qfp utilization monitor load 80
no platform punt-keepalive disable-kernel-core
!
hostname Cisco_Router_1111
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip name-server 8.8.8.8
no ip domain lookup
ip dhcp excluded-address 10.60.4.1
!
ip dhcp pool dpool_IP_Device
network 10.60.4.0 255.255.254.0
default-router 10.60.4.1
domain-name network.intern
dns-server 10.60.4.1
!
!
!
!
!
!
!
!
!
!
!
subscriber templating
!
!
multilink bundle-name authenticated
!
!
!
!
diagnostic bootup level minimal
spanning-tree extend system-id
!
!
!
redundancy
mode none
!
!
vlan internal allocation policy ascending
!
vlan 1034
name Network_VLAN
!
!
!
!
!
!
interface GigabitEthernet0/0/0
description ISP 1 WAN
ip address dhcp
ip nat outside
negotiation auto
!
interface GigabitEthernet0/0/1
description ISP 2 WAN
ip address dhcp
ip nat outside
negotiation auto
!
interface GigabitEthernet0/1/0
switchport access vlan 1034
!
interface GigabitEthernet0/1/1
!
interface GigabitEthernet0/1/2
!
interface GigabitEthernet0/1/3
!
interface GigabitEthernet0/1/4
!
interface GigabitEthernet0/1/5
!
interface GigabitEthernet0/1/6
!
interface GigabitEthernet0/1/7
!
interface Vlan1
no ip address
!
interface Vlan1034
ip address 10.60.4.1 255.255.254.0
ip nat inside
ip policy route-map LOAD_BALANCING
!
ip nat inside source list NAT_ACL interface GigabitEthernet0/0/0 overload
ip nat inside source list NAT_ACL_2 interface GigabitEthernet0/0/1 overload
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip dns server
ip route 0.0.0.0 0.0.0.0 192.168.1.0 track 1
ip route 0.0.0.0 0.0.0.0 192.168.0.1 track 2
!
!
ip access-list standard NAT_ACL
permit 10.60.4.0 0.0.0.255
ip access-list standard NAT_ACL_2
permit 10.60.4.0 0.0.0.255
!
ip access-list extended LOAD_BALANCING
permit ip any any
!
!
!
route-map PBR-LOAD_BALANCING permit 10
match ip address LOAD_BALANCING
set interface GigabitEthernet0/0/0 GigabitEthernet0/0/1
!
!
!
control-plane
!
!
line con 0
transport input none
stopbits 1
line vty 0 4
login
!
!
!
!
!
!
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 12:35 PM
Hi Freind, I think I send you solution before!! or this new network ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 12:58 PM
Unfortunately, I could not solve the last problem, so now I tried another option with using load balancing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 01:03 PM
check this guide please, if one point not clear just ask me and I will reply
