Cisco Cisco TelePresence Video Communication Server Expressway 관리 매뉴얼

다운로드
페이지 488
Reference material
Cisco VCS Administrator Guide (X7.0)
Page 359 of 488
Pattern matching variables
The VCS makes use of pattern matching in a number of its features, namely
and when configuring
.
For each of these pattern matches, the VCS allows you to use a variable that it will replace with the
current configuration values before the pattern is checked.
These variables can be used as either or both of:
n
all or part of the pattern that is being searched for
n
all or part of the string that is replacing the pattern that was found
The variables can be used in all types of patterns (PrefixSuffixRegex and Exact).
The table below shows the strings that are valid as variables, and the values they represent.
String
Represents value returned by...
When used in a Pattern
field
When used in a
Replace field
%ip%
xConfiguration Ethernet 1 IP V4
Address
xConfiguration Ethernet 1 IP V6
Address
xConfiguration Ethernet 2 IP V4
Address
xConfiguration Ethernet 2 IP V6
Address
Matches all IPv4 and IPv6
addresses currently
configured on the VCS.
not applicable
%ipv4%
xConfiguration Ethernet 1 IP V4
Address
xConfiguration Ethernet 2 IP V4
Address
Matches the IPv4
addresses currently
configured for LAN 1 and
LAN 2.
not applicable
%ipv4_1%
xConfiguration Ethernet 1 IP V4
Address
Matches the IPv4 address
currently configured for LAN
1.
Replaces the
string with the LAN
1 IPv4 address.
%ipv4_2%
xConfiguration Ethernet 2 IP V4
Address
Matches the IPv4 address
currently configured for LAN
2.
Replaces the
string with the LAN
2 IPv4 address.
%ipv6%
xConfiguration Ethernet 1 IP V6
Address
xConfiguration Ethernet 2 IP V6
Address
Matches the IPv6
addresses currently
configured for LAN 1 and
LAN 2.
not applicable
%ipv6_1%
xConfiguration Ethernet 1 IP V6
Address
Matches the IPv6 address
currently configured for LAN
1.
Replaces the
string with the LAN
1 IPv6 address.
%ipv6_2%
xConfiguration Ethernet 2 IP V6
Address
Matches the IPv6 address
currently configured for LAN
2.
Replaces the
string with the LAN
2 IPv6 address.