Application server commands
Application servers (as described in OOBM and
server applications in Concepts) have added a listen
keyword with oobm|data|both
options to specify
which interfaces are active.
Default value is both
for
all servers.
Telnet: |
|
management and configuration guide |
SSH: |
|
access security guide |
SNMP: |
|
management and configuration guide |
TFTP: |
|
management and configuration guide |
HTTP: |
|
management and configuration guide |
In all cases, show running-config
displays the server configurations.
Use the no
form of the command
to prevent the server from running on either interface.
Examples:
Telnet: |
no telnet-server |
SSH: |
no ip ssh … |
SNMP: |
no snmp-server … |
TFTP: |
no tftp server |
HTTP: |
no web-management … |
The show servers
command shows
the listen mode of the servers:
switch# show servers Server listen mode Server Listen mode ----------------------------- Telnet |both Ssh |both Tftp |both Web-management |both Snmp |both