Web Client Guide

320
ProScan Portlet | Change Management / ProScan
Source 2:
address-family ipv4 vrf VPN_PE_A
redistribute ospf 10 vrf VPN_PE_A match internal external 1 external 2
no auto-summary
no synchronization
exit-address-family
This creates two sources sections.
7
Now OpenManage Network Manager applies the regex in the criteria field to each of the
sources. It returns
true
only if both sources pass (we selected the
Match All
radio button). In
this case “Source 2" does not have those lines, so OpenManage Network Manager returns a
false value.
8
The error details appear in the audit trail panel.
Regular Expressions
The following table outlines standard, supported regular expressions.
Label Pattern
Single digit \d
Two digits \d{2}
Three digits \d{3}
Four digits \d{4}
Five digits \d{5}
Number [0-9]+ One or more
[0-9]* Zero or more
Decimal .[0-9]+
Float [0-9]+.[0-9]+
IP Address (\d{1,3}.){3}\d{1,3}
IP Address/Mask (\d{1,3}.){3}\d{1,3}/\d+
Domestic phone
number with
extension
1?[\s\-\/\.]*\(?([1-9]\d{2})\)?[\s\-\/\.]*([0-9]{3})[\s\-\/\.]*([09]{4})[\s\-\/
\.x]*([0-9]{3,4})?
MAC Address ([0-9a-fA-F]{1,2}:){5}[0-9a-fA-F]{1,2}
MAC Address ([0-9a-fA-F]{1,2}.){5}[0-9a-fA-F]{1,2}
MIB2 OID (1.3.6.1.6.1.2.1.(\d+\.)+\d)
Enterprise OID (1.3.6.1.4.1.(\d+\.)+\d)
Time [0-1][0-3]:[0-5][0-9]:[0-5][0-9]
All .*