Configuration Guide User guide

116 FastIron Configuration Guide
53-1002494-02
Remote access to management function restrictions
Restricting Telnet access to a specific IP address
To allow Telnet access to the Brocade device only to the host with IP address 209.157.22.39, enter
the following command.
Brocade(config)#telnet-client 209.157.22.39
Syntax: [no] telnet-client <ip-addr> | <ipv6-addr>
Restricting SSH access to a specific IP address
To allow SSH access to the Brocade device only to the host with IP address 209.157.22.39, enter
the following command.
Brocade(config)#ip ssh client 209.157.22.39
Syntax: [no] ip ssh client <ip-addr> | <ipv6-addr>
Restricting Web management access to a specific IP address
To allow Web management access to the Brocade device only to the host with IP address
209.157.22.26, enter the following command.
Brocade(config)#web-client 209.157.22.26
Syntax: [no] web-client <ip-addr> | <ipv6-addr>
Restricting SNMP access to a specific IP address
To allow SNMP access only to the host with IP address 209.157.22.14, enter the following
command.
Brocade(config)#snmp-client 209.157.22.14
Syntax: [no] snmp-client <ip-addr> | <ipv6-addr>
Restricting all remote management access to a specific IP address
To allow Telnet, Web, and SNMP management access to the Brocade device only to the host with IP
address 209.157.22.69, enter three separate commands (one for each access type) or enter the
following command.
Brocade(config)#all-client 209.157.22.69
Syntax: [no] all-client <ip-addr> | <ipv6-addr>