06-11-2024 02:30 AM
Hi All
I have Cisco IOS XE Software, Version 16.09.08, ISR4431/K9.
When migrating a configuration from a Cisco 3945 (15.1(1r)T1) to a Cisco ISR4431/K9 (Cisco IOS XE Software, Version 16.09.08), I discovered that there was no "ip sla auto discovery" command. What is the alternative to this command for IOS XE?
Solved! Go to Solution.
06-11-2024 05:09 AM
It defualt I think
You can sure it there by using
Show run all
See if it appear under correct tunnel interface
MHM
06-11-2024 03:01 AM
All of the following commands migrated successfully except "ip sla auto discovery". How to add this command to Cisco IOS XE?
track 1 ip sla 1 reachability
!
track 2 ip sla 2 reachability
ip sla auto discovery
ip sla 1
icmp-echo 172.16.200.54 source-ip 172.16.200.53
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 172.16.150.1 source-ip 172.16.150.2
ip sla schedule 2 life forever start-time now
ip sla responder
06-11-2024 03:27 AM
if you specify source of ip sla echo why you need auto discovery ?
I think the config is correct and not need auto discovery
MHM
06-11-2024 04:49 AM
I really hope you’re right, I’ll test the router in productive mode, thank you!
Please tell me one more thing about DMVPN.
The “ip nhrp map multicast dynamic” command was entered without an error, but I can’t find it in the configuration itself by searching.
interface Tunnel102
bandwidth 200000
ip address 172.16.202.1 255.255.255.224
ip access-group PERMIT_URAN in
no ip redirects
ip mtu 1427
ip nhrp authentication dmvpn
ip nhrp map multicast dynamic
ip nhrp network-id 99
ip nhrp holdtime 300
ip tcp adjust-mss 1385
ip policy route-map GuestWIFI
ip ospf cost 60
load-interval 30
delay 1000
tunnel source xxxxxxx
tunnel mode gre multipoint
tunnel key 100000
tunnel protection ipsec profile DMVPN
06-11-2024 05:09 AM
It defualt I think
You can sure it there by using
Show run all
See if it appear under correct tunnel interface
MHM
06-12-2024 04:02 AM
Yes, you are right, thank you!!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide