interface GigabitEthernet0/0 description Connected to VNPT Internet 01 no ip address duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 ! interface GigabitEthernet0/1 description Connected to CTI Internet 02 no ip address duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 2 ! interface GigabitEthernet0/2 description Connected to CTI Internet 03 no ip address duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 3 ! interface GigabitEthernet0/0/0 no ip address ! interface GigabitEthernet0/0/1 no ip address ! interface GigabitEthernet0/0/2 no ip address interface GigabitEthernet0/0/3 no ip address ! interface Vlan1 ip address 10.222.226.35 255.255.255.240 ip nat inside ip virtual-reassembly in ip policy route-map WAN-RMAP ! interface Dialer0 description Connected to VNPT Internet ip address negotiated ip mtu 1442 ip nat outside ip virtual-reassembly in encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username bbbb password 7 bbbb no cdp enable ! interface Dialer1 description Connected to CTI Internet 02 ip address negotiated ip mtu 1492 ip nat outside ip virtual-reassembly in encapsulation ppp dialer pool 2 dialer-group 2 ppp authentication pap callin ppp pap sent-username aaaa password 7 aaaa no cdp enable ! interface Dialer2 description Connected to CTI Internet 03 ip address negotiated ip mtu 1492 ip nat outside ip virtual-reassembly in encapsulation ppp dialer pool 3 dialer-group 3 ppp authentication pap callin ppp pap sent-username cccc password 7 cccc ! ip forward-protocol nd ! ! ip nat inside source route-map CTI-02 interface Dialer1 overload ip nat inside source route-map CTI-03 interface Dialer2 overload ip nat inside source route-map VNPT-01 interface Dialer0 overload ip nat inside source static 10.222.226.33 183.91.28.x ip nat inside source static 10.222.226.42 183.91.28.y ip route 0.0.0.0 0.0.0.0 Dialer1 ip route 0.0.0.0 0.0.0.0 Dialer0 ip route 0.0.0.0 0.0.0.0 Dialer2 ip route 10.0.3.0 255.255.255.0 10.222.226.33 ip route 10.222.221.0 255.255.255.0 10.222.226.33 ip route 10.222.222.0 255.255.255.0 10.222.226.33 ip route 10.222.223.0 255.255.255.0 10.222.226.33 ip route 10.222.225.0 255.255.255.0 10.222.226.33 ip route 10.222.226.0 255.255.255.248 10.222.226.33 ip route 10.222.226.128 255.255.255.248 10.222.226.33 ip route 10.222.227.0 255.255.255.0 10.222.226.33 ip route 10.222.228.0 255.255.255.0 10.222.226.33 ip route 10.222.229.0 255.255.255.0 10.222.226.33 ! ip access-list extended WAN-ACL permit tcp host 10.222.222.45 eq www any permit tcp host 10.222.222.45 eq 443 any permit udp host 10.222.222.33 eq isakmp any permit udp host 10.222.222.33 eq non500-isakmp any permit tcp host 10.222.222.33 eq 4500 any permit udp host 10.222.226.33 eq 10000 any permit tcp host 10.222.226.33 eq 10000 any ! access-list 100 permit ip any any ! ! ! ! route-map VNPT-01 permit 10 match ip address 100 match interface Dialer0 ! route-map CTI-03 permit 10 match ip address 100 match interface Dialer2 ! route-map CTI-02 permit 10 match ip address 100 match interface Dialer1 ! route-map WAN-RMAP permit 10 match ip address WAN-ACL set ip next-hop 183.91.24.1 set interface Dialer2 ! route-map WAN-RMAP permit 20 ! CMC_UC_INTERNET_GATEWAY#