Hoping that some of the fine minds out there can help me. I'm using the Orion Policy reporting, and I'm trying to create an expression that does the following:
Interfaces look similar to this:
interface FastEthernet0/0.1
description test $FW_INSIDE$
ip address x.x.x.x 255.255.255.0
encapsulation dot1Q 50
ip verify unicast reverse-path
ip inspect SDM_LOW in
no ip proxy-arp
no snmp trap link-status
interface FastEthernet0/0.2
description test2 $FW_INSIDE$
ip address x.x.x.x 255.255.255.0
encapsulation dot1Q 100
ip verify unicast reverse-path
ip inspect SDM_LOW in
no ip proxy-arp
no snmp trap link-status
I need expressions that verify that all part of the configuration are in the interfaces. However, it must ignore the description, and ignore the IP address, since those are different between locations. Seems simple, but I don't know regex at all. Any help would be appreciated.