Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
we have a cisco router with a dialer interface to the internet (ISP authentication configured at the dialer interface)
I want to add a fallback link to the internet which will be a LTE modem. The modem does the ISP authentication and so it is just en...
Below is the config related to the interface that I newly added
interface GigabitEthernet0/0/3description Internet LTE Interface for fallback routingip address 192.168.1.10 255.255.255.0no ip redirectsip nat outsideip access-group no-public-ssh in
...