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.
I have an ISR 1000 series router (IOS XE 16.9) connected to 2 PPPoE lines to 2 ISPs. Dialer0 is slower but more steady, Dialer1 is faster but fails every few days (BRAS will fail to authenticate for some minutes). I want to build a failover mechanism...
I'm running IOS XE 16.9.3. I configured the IOS XE as a BGP flowspec client. I can verify the config is working: Server side:gobgp global rib -a ipv4-flowspec add match source 192.168.1.2 then discardClient side:Router#show flowspec afi-all
AFI: IPv4...
My model is a C1111-4P. Trying to visit NBAR http services after it has been on for a few days may lead to IOS XE not responding to anything followed by a watchdog reset.Software version: 16.9.3 (current recommended release) IOSXE-WATCHDOG: Process =...
the ISP routes a single IP to our gateway router. So our gateway router is set up this way: int Gi1
ip address 10.0.0.2 255.255.255.0
int Gi2
ip address 192.168.1.1 255.255.255.0
int Lo0
ip address 1.2.3.4 255.255.255.255
ip route 0.0.0.0 0.0.0...
I have 2 dialer interfaces from 2 ISPs and I want to do a policy based routing setup using a dynamic routing protocol. Is this possible with IOS XE 16.9? route-map seems doesn't allow me to use dialer interface as next-hop, or use the default route i...
Hi, I don't really understand here, why I have set the source interface but the packet is still going out of another interface? I thought source interface meant source interface...My PPPoE interfaces will get random IP ranges from my ISP so pinging a...
I found the way to do this correctly. There is a function in track which can see if there is an IP on the interface and set track status accordingly. Full config:track 1 interface Dialer1 ip routing
ip route 0.0.0.0 0.0.0.0 Dialer1 10 track 1
ip rout...
Sorry, forget to say I'm running 16.9.3 which is the latest recommended version up to now. (16.9.3 is already unstable enough, don't want to risk myself running beta versions.)