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.
A branch office router is configured to connect to the HQ VPN hub router. The tunnel destination is 'dynamic' and there is an IKEv2 client configuration stanza to help with this. Here's a chunk of the startup config:ip domain lookupip name-server 200...
My starting point:Virtual Router: Catalyst 8000v [ license boot level network-essentials addon dna-essentials ]Hypervisor: VMWare ESXi Version 7.0.xvNIC: VMXNET3 I would like to use Ethernet flow point (EFB) style configuration on a Cat 8000v virtua...
I suspect that you're using the Starlink terminal with the little, white gravestone-shaped router/Wi-Fi/DHCP server/power brick with the LAN-side gateway IP address of 192.168.1.1 /24, yes? And 192.168.1.0 /24 overlaps the existing LAN IP address spa...
From hack to utter kludge: had to work-around IOS-XE bug by changing the IP SLA ping target from an IPv6 address to an IPv4 address:ip sla 6 icmp-echo 9.9.9.9 frequency 15ip sla schedule 6 life 600 start-time nowtrack 6 ip sla 6 reachabilityEEM scrip...
Hello Balaji,Yes, I thought an EEM would do the trick. Doesn't IP SLA support IPv6? I tried:ip sla 6 icmp-echo 2001:4860:4860::8888 frequency 15ip sla schedule 6 life 600 start-time nowtrack 6 ip sla 6 reachability But then at boot time I see this o...
Yo Rambler, here is bridge domain operating state: (BDI1 MAC addr = 001e.f604.6ebf)Router#show bridge-domain Bridge-domain 1 (2 ports in all)State: UP Mac learning: EnabledAging-Timer: 300 second(s)Unknown Unicast Flooding Suppression: DisabledMaximu...
I'd like to snapshot the running config for use as a checkpoint: <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<copy-config>
<source>
<running/>
</source>
<target>
<url>file://20231031_Run.txt</url>
</target>
...