Extreme Networks Sentriant AG Software User's Manual page 258

Hide thumbs Also See for Sentriant AG:
Table of Contents

Advertisement

802.1X Quarantine Method
—Set to "true" for an SSH connection (otherwise unset)
IS_SSH
The following variables may be referenced from re-authentication script:
—The endpoint's port
PORT
—The endpoint's port ID, usually the same as
PORT_ID
—The MAC address of the endpoint in colon/hex format (hh:hh:hh:hh:hh:hh)
MAC
MAC_DOTTED_DECIMAL
(ddd.ddd.ddd.ddd.ddd.ddd)
MAC_DOTTED_HEX
IP_ADDRESS
IS_MAC_AUTH
—Set to "true" if the username from the switch is not a MAC address (otherwise unset)
IS_DOT1X
Escape Sequences. Special characters can be included by escaping them as "\XXX" where XXX is an
octal value representing an ASCII character, or as "\uXXXX" where XXXX is a hexadecimal value
representing a unicode character.
Comments. Lines that start with the # character are ignored.
Examples. Initialization script:
expect Enter Ctrl-Y to begin.
send -noreturn \031
expect -ifset IS_TELNET Username:
send -ifset IS_TELNET ${USERNAME}
expect -ifset IS_TELNET Password:
send -ifset IS_TELNET ${PASSWORD}
expect press or to select option.
send -noreturn c
expect >
send enable
expect -ifset ENABLE_USERNAME Username:
send -ifset ENABLE_USERNAME ${ENABLE_USERNAME}
expect -ifset ENABLE_PASSWORD Password:
send -ifset ENABLE_PASSWORD ${ENABLE_PASSWORD}
expect #
send configure terminal
expect (config)#
Reauthorization script:
send interface FastEthernet ${PORT}
expect (config-if)#
send eapol re-authenticate
expect (config-if)#
258
—The MAC address of the endpoint in dotted decimal format
—The MAC address of the endpoint in dotted hex format (hhhh.hhhh.hhhh)
—The IP address of the endpoint in dotted decimal format
—Set to "true" if the username from the switch is a MAC address (otherwise unset)
PORT
Sentriant AG Software Users Guide, Version 5.3

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sentriant ag 5.3

Table of Contents