Answer the question
In order to leave comments, you need to log in
Why did nat rules stop working on Cisco?
Good afternoon!
There is a Cisco C881.
Internet and telephony came via one wire plugged into the wan, they changed the Internet provider, left the telephony, plugged the wire into a regular port.
It was:
Answer the question
In order to leave comments, you need to log in
I'll assume that it's the interfaces.
There are two NAT mechanisms - through ip nat inside|outside and through ip nat enable
You need to decide which mechanism you want to use and transfer everything to it.
And the config doesn't seem to be complete. In "it was" there is no ip nat inside
In "became" - generally only one interface with the IP address.
Was:
interface FastEthernet4
ip nat outside
!
interface FastEthernet4.1536
ip nat enable New
:
interface Vlan6
ip nat inside
What exactly is missing? I posted only what applies to these moments. In "it became" did not begin to lay out the interface with the new Internet (Wan).
The bottom line is that I just transferred from wan to regular telephony, keeping all the settings and rules as they were. But they stopped working.
There, too, outside.. I made a mistake. Corrected in the post.
Try to configure Policy NAT via route-map.
!
ip nat inside source route-map To-ISP1 interface GigabitEthernet0/1
route-map To-ISP1 permit 10
match ip address INTERNET-ACL
match interface GigabitEthernet0/1
!
ip nat inside source route-map To-ISP2 interface GigabitEthernet0/2
route-map To-ISP2 permit 10
match ip address INTERNET-ACL
match interface GigabitEthernet0/2
!
In INTERNET-ACL the traffic you are interested in.
This option works fine on 29xx routers, on 8xx series it worked on ios versions starting from 15.2 or 15.3, I don’t remember exactly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question