[Solved] Help request - backup filter for Catalyst 9500's
Posted: Tue Nov 12, 2024 9:15 am
I'm sorry to ask such a basic quesiton but I have a really hard time with regex.
We have Cisco Catalyst 9500 switches that contain a looback interface for cloud management reasons I don't fully understand:
This IP address changes dynamically, seemingly every day, so prompts a lot of change notifications.
As such, I think I need to to filter out the IP address line, but only when preceeded by the two former lines - unless there's a more sensible way?
If someone could suggest a suitable filter I'd be extremely grateful.
many thanks!
We have Cisco Catalyst 9500 switches that contain a looback interface for cloud management reasons I don't fully understand:
Code: Select all
interface Loopback1000
description Meraki TLS Connection
ip address 20.0.193.162 255.255.255.255
As such, I think I need to to filter out the IP address line, but only when preceeded by the two former lines - unless there's a more sensible way?
If someone could suggest a suitable filter I'd be extremely grateful.
many thanks!