Reference Guide

Table Of Contents
Parameter Description
mask The network mask of the source IP address (0–32)
prefix-length The number of bits that comprise the source IP address prefix. prefix length
must be preceded by a forward slash (/).
The following example shows how to configure two management interfaces:
ethernet 0/1 and ethernet 0/9.
(Extreme 220) (Config) #management access-list mlist
(Extreme 220) (config-macal)#permit ethernet 0/1 priority 63
(Extreme 220) (config-macal)#permit ethernet 0/9 priority 64
(Extreme 220) (config-macal)#exit
(Extreme 220) (Config) #management access-class mlist
The following example shows how to configure all the interfaces to be management interfaces except
for two interfaces: ethernet 0/1 and ethernet 0/9.
(Extreme 220) (Config) #management access-list mlist
(Extreme 220) (config-macal)#deny ethernet 0/1 priority 62
(Extreme 220) (config-macal)#deny ethernet 0/9 priority 63
(Extreme 220) (config-macal)#permit priority 64
(Extreme 220) (config-macal)#exit
management access-class
Use this command to restrict management connections. The console-only keyword specifies that
the device can be managed only from the console.
Format
management access-class {console-only | name}
Mode Global Config
no management access-class
This command disables the management restrictions
Format
no management access-class
Mode Global Config
show management access-list
This command displays management access-lists.
Format
show management access-list [name]
Mode Privileged EXEC
The following example shows CLI display output for the command.
(Extreme 220) (Routing) # show management access-list
List Name...................................... mlist
Quality of Service Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 652