
Network Out-of-Band Management (OOBM) for the 6600 Switch
Tasks
Application Server Commands
Application servers (as described in OOBM and Server Applications in the
Concepts section above) have added a
listen keyword with oobm|data|both
options to specify which interface(s) is(are) active.
Default value is
both for all servers.
For example:
Telnet:
telnet-server [listen <oobm | data | both>]
Management and Configuration Guide, page 7-6
SSH:
ip ssh [listen <oobm | data | both>]
Access Security Guide, page 8-18
SNMP:
snmp-server [listen <oobm | data | both>]
Management and Configuration Guide, page 14-33
TFTP:
tftp server [listen <oobm | data | both>]
Management and Configuration Guide, page A-10
HTTP:
web-management [listen <oobm | data | both>]
Management and Configuration Guide, page 7-8
In all cases,
show running-config will display the server configurations.
Use the
no form of the command to prevent the server from running on either
interface. For example:
Telnet:
no telnet-server
SSH: no ip ssh …
SNMP: no snmp-server …
TFTP: no tftp server
HTTP: no web-management …
J-13