Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide External Services Interface | 593
frequency 30
retry-count 3
esi server external_cp1
dport 8080
mode nat
trusted-ip-addr 10.1.1.1
esi server external_cp2
dport 8080
mode nat
trusted-ip-addr 10.1.1.2
esi server external_cp3
dport 8080
mode nat
trusted-ip-addr 10.1.1.3
esi group external_cps
ping externalcp_ping
server external_cp1
server external_cp2
server external_cp3
ip access-list session cp_redirect_acl
user any svc-http redirect esi-group external_cps direction both
CLI Configuration Example 2
esi server https-proxy1
dport 44300
mode nat
trusted-ip-addr 1.2.3.4
esi server https-proxy2
dport 44300
mode nat
trusted-ip-addr 1.2.3.5
esi group https-proxies
ping default
server https-proxy1
server https-proxy2
ip access-list session https-proxy
user any svc-https redirect esi-group https-proxies direction both
any any permit
Basic Regular Expression Syntax
The ESI syslog parser supports regular expressions created using the Basic Regular Expression (BRE) syntax
described in this section. BRE syntax consists of instructions—character-matching operators (described in Table
126), repetition operators (described in Table 127), or expression anchors (described in Table 128)—used to
defined the search or match target.
This section contains the following topics:
z “Character-Matching Operators” on page 512