Setup:
T1 Cable Modem
| |
| |
|-----------------------------------|
| S0/0 Fa0/1 |
|10.10.10.3 192.168.10.10 |
| Cisco 2621 |
| |
| |
| Fa0/0 10.10.10.8 |
|-----------------------------------|
|
|
Internal Network
Everything routes out of the T1 currently. I was assigned a dynamic reserved address from the cable modem. So I get the following information from the ISP of the cable modem, I am able to ping the default gateway and see the packet count go up by that number of packets on the Fa0/1 interface, so I know the added directly connected route is working:
IP Address: 192.168.10.10
Subnet Mask: 255.255.255.0
Def. Gateway: 192.168.10.1
I tried the following Policy-Based Routing setup and thought this would work, but I must have something wrong somewhere. I only want to send HTTP traffic out the cable modem for now, then figure out other steps later. With this PBR in place, all traffic to websites stop, everything else continues to function.
Changes to Config:
access-list 131 permit tcp any any eq www
route-map Websurfers permit 45
match ip address 131
set ip next-hop 192.168.10.1
(interface Fa0/0)
ip policy route-map Websurfers
ip route-cache policy
Can anyone see an issue with this, or where I may have made a mistake?
T1 Cable Modem
| |
| |
|-----------------------------------|
| S0/0 Fa0/1 |
|10.10.10.3 192.168.10.10 |
| Cisco 2621 |
| |
| |
| Fa0/0 10.10.10.8 |
|-----------------------------------|
|
|
Internal Network
Everything routes out of the T1 currently. I was assigned a dynamic reserved address from the cable modem. So I get the following information from the ISP of the cable modem, I am able to ping the default gateway and see the packet count go up by that number of packets on the Fa0/1 interface, so I know the added directly connected route is working:
IP Address: 192.168.10.10
Subnet Mask: 255.255.255.0
Def. Gateway: 192.168.10.1
I tried the following Policy-Based Routing setup and thought this would work, but I must have something wrong somewhere. I only want to send HTTP traffic out the cable modem for now, then figure out other steps later. With this PBR in place, all traffic to websites stop, everything else continues to function.
Changes to Config:
access-list 131 permit tcp any any eq www
route-map Websurfers permit 45
match ip address 131
set ip next-hop 192.168.10.1
(interface Fa0/0)
ip policy route-map Websurfers
ip route-cache policy
Can anyone see an issue with this, or where I may have made a mistake?