09-19-2024 08:13 AM
Is there a way I could find the interface an IP address is associated with through searching with 'include' command in Cisco XR and not scrolling through the entire show interface brief output?
I tried the following,
1)
show running-config | i AA:AA:AA:AA:AA:AA:AA:AA
ipv6 address AA:AA:AA:AA:AA:AA:AA:AA
Not helpful, since I don't get the interface
2)
show ipv6 interface | i AA:AA:AA:AA:AA:AA:AA:AA
Again not helpful as it doesn't give the interface.
Is there any way I could get the interface in Cisco XR, since there is no support for section or display set in it.
Solved! Go to Solution.
09-19-2024 08:19 AM
The show command would be:
show running-config formal | i AA:AA:AA:AA:AA:AA:AA:AA
09-19-2024 08:19 AM
The show command would be:
show running-config formal | i AA:AA:AA:AA:AA:AA:AA:AA
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