Table Of Contents
shutdown
Use the shutdown command to shut down a physical interface. Use the no form of this command to restart the interface.
shutdown
no shutdownSyntax Description
This command has no arguments or keywords.
Default
The interface is enabled.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Examples
This example shows how to access and shut down the atm0 interface:
ATM(config)#interface atm0ATM(config-if)#shutdownATM(config-if)#This example shows how to access and then restart the atm0 interface:
ATM(config)#interface atm0ATM(config-if)#no shutdownATM(config-if)#slip
Use the slip command to attach or detach SLIP for the console port.
slip {attach | detach}
Syntax Description
attach
Keyword to activate SLIP for the console port.
detach
Keyword to deactivate SLIP for the console port.
Default
By default, SLIP is not active (detached).
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
You can enter the slip command from a console port session or a Telnet session.
Examples
This example shows how to enable SLIP for a console port during a console port session:
Console> (enable) slip attachConsole port now running SLIP.<console port running SLIP>This example shows how to disable SLIP for a console port during a Telnet session:
Console> (enable) slip detachSLIP detached on Console port.<console port back to RS-232 Console>Console> (enable)Related Command
squeeze
Use the squeeze command to delete Flash files permanently.
squeeze [m/]device:
Syntax Description
m/
(Optional) Module number of the supervisor engine containing the flash device.
device:
Device where the Flash resides.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
A colon (:) is required after the specified device.
This command applies only to the Supervisor Engine III and Catalyst 4000 and 2948G series switch supervisor engine module. If you attempt to run this command on a Supervisor Engine I or II, you will receive an error message.
Examples
These examples show how to use the squeeze command to delete the slot0 Flash files and then use the show flash command to confirm the deletion:
Console> squeeze slot0:All deleted files will be removed, proceed (y/n) [n]?ySqueeze operation may take a while, proceed (y/n) [n]?y..........................................................Console> show flash-#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name1 .. 2 43B312DF 100fc0 15 1052608 Aug 12 1998 10:23:30 cat5k_r47_1.cbi7336000 bytes available (1052608 bytes used)Console>Related Commands
sscop cc-timer
Use the sscop cc-timer command to change the SSCOP connection control timer value. Use the no form of this command to restore the default value.
sscop cc-timer msecs
no sscop cc-timerSyntax Description
Default
The default SSCOP connection control timer value is 10 seconds.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guidelines
This command is not supported by the Catalyst 4000 and 2948G series switches.
The SSCOP connection control timer determines the time between transmission of SSCOP BGN, END, or RS PDUs as long as an acknowledgment has not been received.
Example
This example shows how to set the SSCOP connection control timer value to 15 microseconds:
ATM(config-if)#sscop cc-timer 15Related Command
sscop keepalive-timer
Use the sscop keepalive-timer command to change the SSCOP keepalive timer value. Use the no form of this command to restore the default value.
sscop keepalive-timer msecs
no sscop keepalive-timerSyntax Description
Default
The default SSCOP keepalive timer value is 30 seconds.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the SSCOP keepalive timer to 15 microseconds:
ATM(config-if)#sscop keepalive-timer 15Related Command
sscop max-cc
Use the sscop max-cc command to change the SSCOP connection control retry count. Use the no form of this command to restore the default value.
sscop max-cc retries
no sscop max-ccSyntax Description
Default
The default SSCOP connection control retry count is 10 retries.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the SSCOP connection control retry count to 20:
ATM(config-if)#sscop max-cc 20Related Command
sscop max-stat
Use the sscop max-stat command to change the SSCOP number of entries in a Stat frame. Use the no form of this command to restore the default value.
sscop max-stat entries
no sscop max-statSyntax Description
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the SSCOP entries in a Stat frame to 50:
ATM(config-if)#sscop max-stat 50Related Command
sscop poll-timer
Use the sscop poll-timer command to change the SSCOP poll timer value. Use the no form of this command to restore the default value.
sscop poll-timer msecs
no sscop poll-timerSyntax Description
msecs
Number of microseconds the ATM module waits between transmission of POLL PDUs. The range of msecs is 1 to 60000.
Default
The default SSCOP poll timer value is 10 seconds.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guidelines
This command is not supported by the Catalyst 4000 and 2948G series switches.
The SSCOP poll timer controls the maximum time between transmission of POLL PDUs when SD or SDP PDUs are queued for transmission or are outstanding pending acknowledgments.
Example
This example shows how to set the SSCOP poll timer to 15 microseconds:
ATM(config-if)#sscop poll-timer 15Related Command
sscop receive-window
Use the sscop receive-window command to change the size of the SSCOP receiver window. Use the no form of this command to restore the default value.
sscop receive-window packets
no sscop receive-windowSyntax Description
packets
Number of packets the interface receives before it sends an acknowledgment to the ATM switch. The range of packets is 1 to 127.
Default
The default size of the SSCOP receiver window is 7 packets.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the size of the SSCOP receiver window to 10 packets:
ATM(config-if)#sscop receive-window 10Related Command
sscop send-window
Use the sscop send-window command to change the size of the SSCOP transmitter window. Use the no form of this command to restore the default value.
sscop send-window packets
no sscop send-windowSyntax Description
packets
Number of packets the interface can send before it must receive an acknowledgment from the ATM switch. The range of packets is 1 to 127.
Default
The default size of the SSCOP transmitter window is 7 packets.
Command Type
Cisco IOS ATM command.
Command Mode
Interface configuration.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the size of the SSCOP transmitter window to 10 packets:
ATM(config-if)#sscop send-window 10Related Command
switch
Use the switch command to switch the clock from the supervisor clock to the internal clock or from the active supervisor to the standby supervisor.
switch {clock | supervisor}
Syntax Description
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
The switch command is supported only on Catalyst 5500 and Catalyst 5505 switches.
Examples
This example shows how to switch the clock:
Console> (enable) switch clockThis command will reset system and force a clock switch-over.Do you want to continue (y/n) [n]?Console> (enable)This example shows how to switch to the standby supervisor:
Console> (enable) switch supervisorThis command will force a switch-over to the standby Supervisor module.Do you want to continue (y/n) [n]?Console> (enable)sync
Use the sync command to write the working in-core copy of environment variables and the aliases out to NVRAM so they are read on the next reset.
sync
Syntax Description
This command has no arguments or keywords.
Default
This command has no defaults.
Command Type
ROM monitor command.
Command Mode
Normal.
Example
This example shows how to use the sync command:
rommon 10 > syncrommon 11 >telnet
Use the telnet command to start a Telnet connection to a remote host.
telnet host [port_num]
Syntax Description
host
Name or IP address of the remote host to which you want to connect.
port_num
(Optional) Specific port connection on the remote host.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Example
This example shows how to open and close a Telnet session with the host elvis:
Console> (enable) telnet elvisTrying 192.122.174.11...Connected to elvis.Escape character is '^]'.UNIX(r) System V Release 4.0 (elvis)login: fredPassword:Last login: Thu Jun 11 09:25:01 from forster.cisc.rumSun Microsystems Inc. SunOS 5.4 Generic July 1994You have new mail.% logoutConsole> (enable)Related Command
terminal
Use the terminal command to set the number of lines displayed on-screen. Use the no form of this command to return the screen length to the default.
terminal length [screen-length]
terminal no lengthSyntax Description
screen-length
(Optional) Number of lines to display on-screen. The range of screen-length is 0 to 512. A value of 0 disables pausing between screens of output.
Default
The default screen length is 24 lines.
Command Type
Cisco IOS ATM command.
Command Mode
EXEC.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to set the terminal length to 0 so that output scrolls on the screen without pausing:
ATM>terminal length 0test snmp trap
Use the test snmp trap command to send an SNMP trap message to the trap receivers.
test snmp trap trap_num [specific_num]
Syntax Description
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Example
This example shows how to run trap 0:
Console> (enable) test snmp trap 0SNMP trap message sent. (4)Console> (enable)Related Command
traceroute
Use the traceroute command to display a hop-by-hop path through an IP network from the Catalyst 5000, 4000, 2948G, 2926G, or 2926 series switch to a specific destination host.
traceroute [-n] [-w wait_time] [-i initial_ttl] [-m max_ttl] [-p dest_port] [-q nqueries] [-t tos] host [data_size]
Syntax Description
Default
Entering the traceroute host command without options sends three 40-byte ICMP datagrams with an initial TTL of 1, a maximum TTL of 30, a timeout period of 5 seconds, and a TOS specification of 0 to destination UDP port number 33434. For each host in the processed path, the initial TTL for each host and the destination UDP port number for each packet sent are incremented by one.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
To interrupt traceroute after the command has been issued, press Ctrl-C.
The traceroute command uses the TTL field in the IP header to cause routers and servers to generate specific return messages. Traceroute starts by sending a UDP datagram to the destination host with the TTL field set to 1. If a router finds a TTL value of 1 or 0, it drops the datagram and sends back an ICMP "time exceeded" message to the sender. The traceroute facility determines the address of the first hop by examining the source address field of the ICMP time-exceeded message.
To identify the next hop, traceroute again sends a UDP packet but this time with a TTL value of 2. The first router decrements the TTL field by 1 and sends the datagram to the next router. The second router sees a TTL value of 1, discards the datagram, and returns the time-exceeded message to the source. This process continues until the TTL is incremented to a value large enough for the datagram to reach the destination host (or until the maximum TTL is reached).
To determine when a datagram has reached its destination, traceroute sets the UDP destination port in the datagram to a very large value that the destination host is unlikely to be using. When a host receives a datagram with an unrecognized port number, it sends an ICMP "port unreachable" error to the source. This message indicates to the traceroute facility that it has reached the destination.
Catalyst 5000, 4000, 2948G, 2926G, or 2926 series switches can participate as the source or destination of the traceroute command. However, because they are Layer 2 devices, Catalyst 5000, 4000, 2948G, 2926G, or 2926 series switches do not examine the TTL field in the IP header and therefore do not decrement the TTL field or send ICMP time-exceeded messages. Thus, a Catalyst 5000, 4000, 2948G, 2926G, or 2926 series switch does not appear as a hop in the traceroute command output.
Example
This example shows how to use the traceroute command to determine the path from the source to the destination host server10:
Console> (enable) traceroute server10traceroute to server10.company.com (172.16.22.7), 30 hops max, 40 byte packets1 engineering-1.company.com (172.31.192.206) 2 ms 1 ms 1 ms2 engineering-2.company.com (172.31.196.204) 2 ms 3 ms 2 ms3 gateway_a.company.com (172.16.1.201) 6 ms 3 ms 3 ms4 server10.company.com (172.16.22.7) 3 ms * 2 msConsole> (enable)describes the fields in the traceroute command output.
Table 2-81 traceroute Command Output Fields
If traceroute receives an ICMP error message other than a time-exceeded or port-unreachable message, it prints one of the error codes shown in instead of the round-trip time or an asterisk (*).
Table 2-82 traceroute Error Messages
Related Command
unalias
Use the unalias command to remove the alias name and associated value from the alias list.
unalias name
Syntax Description
Command Type
ROM monitor command.
Command Mode
Normal.
Example
This example shows how to use the unalias command to remove the s alias and then check to ensure it was removed:
rommon 5 > aliasr=repeath=history?=helpb=bootls=diri=resetk=stacks=setrommon 6 > unalias srommon 7 > aliasr=repeath=history?=helpb=bootls=diri=resetk=stackrmmon 8 > smonitor: command "s" not found===========================================================================Related Command
undelete
Use the undelete command to recover a deleted file on a Flash memory device. The deleted file can be recovered using its index (because there could be multiple deleted files with the same name).
undelete index [[m/]device:]
Syntax Description
index
Index number of the deleted file.
m/
(Optional) Module number of the supervisor engine containing the flash device.
device:
(Optional) Device where the Flash resides.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
A colon (:) is required after the specified device.
Use the dir command to learn the index number of the file to be undeleted.
A file cannot be undeleted if a valid file with the same name exists. You must delete the existing file before you can undelete the target file.
A file can be deleted and undeleted up to 15 times.
To delete all deleted files permanently on a device, use the squeeze command.
Example
This example shows how to recover the deleted file with index 1 and use the show flash command to confirm:
Console> (enable) undelete 1 bootflash:Console> (enable) show flash-#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name1 .. ffffffff 5415406e 3300b8 25 3080247 Aug 11 1998 13:22:46 cat5000-sup3.3-1-1.bin2 .. ffffffff 762950d6 6234d0 25 3093399 Aug 12 1998 12:33:14 cat5000-sup3.4-1-1.bin1428272 bytes available (6173904 bytes used)Console> (enable)Related Commands
unset=varname
Use the unset=varname command to remove a variable name from the variable list.
unset=varname
Syntax Description
This command has no arguments or keywords.
Default
This command has no defaults.
Command Type
ROM monitor command.
Command Mode
Normal.
Example
This example shows how to use the set command to display the variable list, remove a variable name from the variable list, and then display the variable list to verify:
rommon 2 > setPS1=rommon ! >BOOT=?=0rommon 3 > unset=0rommon 4 > setPS1=rommon ! >BOOT=Related Command
upload
Use the upload command to upload a software image to a network host.
upload host file [mod_num]
Syntax Description
host
IP address or IP alias of the host.
file
Name of the image file.
mod_num
(Optional) Number of the module from which to upload the image file. If no number is specified, the default is module 1.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
To upload a software image for the RSM, use the session command.
This command is not supported by the 3-port Gigabit Ethernet switching module (WS-X5403).
Example
This example shows how to upload the supervisor image to the c5009_11.bin file on the mercury host:
Console> (enable) upload mercury c5009_11.bin 3Upload Module 1 image to c5009_11.bin on mercury (y/n) [n]? y/Done. Finished Network Upload. (153908 bytes)Console> (enable)Related Command
varname=
Use the varname= command to set the variable VARNAME to varvalue. Note that the syntax varname= sets the variable to a NULL string.
varname=value
Syntax Description
Default
This command has no defaults.
Command Type
ROM monitor command.
Command Mode
Normal.
Usage Guideline
Do not put a space before or after the equal (=) sign. If there are spaces, you must place the value in quotes. Spell out variable names in all caps to make them conspicuous.
Example
This example shows how to assign a variable name to a value:
rommon 1 > s=setrommon 2 > sPS1=rommon ! >BOOT=?=0Related Command
verify
Use the verify command to confirm the checksum of a file on a Flash device.
verify [[m/]device:] filename
Syntax Description
m/
(Optional) Module number of the supervisor engine containing the Flash device.
device:
(Optional) Device where the Flash resides.
filename
Name of the configuration file.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
A colon (:) is required after the specified device.
Example
This example shows how to use the verify command:
Console> verify cat5k_r47_1.cbi..........................................................File cat5k_r47_1.cbi verified OK.wait
Use the wait command to cause the CLI to pause for a specified number of seconds before executing the next command. This command might be included in a configuration file.
wait seconds
Syntax Description
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Normal.
Example
This example shows how to pause the CLI for 5 seconds:
Console> wait 5Console>whichboot
Use the whichboot command to determine which file booted.
whichboot
Syntax Description
This command has no arguments or keywords.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Normal.
Usage Guideline
This command applies only to the Supervisor Engine III and Catalyst 4000 and 2948G series switch supervisor engine module. If you attempt to run this command on a Supervisor Engine I or II, you will receive an error message.
Example
This example shows how to use the whichboot command:
Console> whichbootBoot image name is `bootflash:cat5000-sup3.4-1-1.bin'.Console>write
Use the write command to upload the current configuration to a host or display it on the terminal.
write {host file | network | terminal}
Syntax Description
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
The write terminal command is exactly the same as the show config command. The write host file command is a shorthand version of the write network command.
The write terminal command is equivalent to the ATM command write terminal.
You cannot use the write network command to upload software to the ATM module.
With the write network command, the file must already exist on the host (use the UNIX touch filename command to create it).
Examples
This sample session assumes that module 1 is a 2-port supervisor module, module 2 is a 12-port 10/100BaseT switched Ethernet module, modules 3 and 5 are empty, and module 4 is an FDDI module. Details of the ATM configuration must be accessed through the special module mode.
This example shows how to upload the system5.cfg file to the mercury host using the write network command:
Console> (enable) write networkIP address or name of host? mercuryName of configuration file to write? system5.cfgUpload configuration to system5.cfg on mercury (y/n) [y]? y/Done. Finished Network Upload. (9003 bytes)Console> (enable)This example shows how to upload the system5.cfg file to the mercury host using the write host file command as a shorthand method:
Console> (enable) write mercury system5.cfgUpload configuration to system5.cfg on mercury (y/n) [y]? y/Done. Finished Network Upload. (9003 bytes)Console> (enable)This example shows how to use the write terminal command to display the configuration file on the terminal:
Console> (enable) write terminalbeginset password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt Console>!#systemset system baud 9600set system modem disableset system nameset system locationset system contact!#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp trap disable!#vlan/trunkset vlan 1 1/1-2,4/1set vlan 2 2/1-5!#trunks!#camset cam agingtime 1 300set cam agingtime 2 300!#ipset interface sc0 0.0.0.0 0.0.0.0 0.0.0.0set interface sl0 0.0.0.0 0.0.0.0set ip redirect enableset ip unreachable disableset ip fragmentation enableset ip alias default 0.0.0.0set arp agingtime 1200!#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#Command alias!#cdpset cdp enable 1/1-2,2/1-5,4/1set cdp interval 1/1 60set cdp interval 1/2 60set cdp interval 2/1 60set cdp interval 2/2 60set cdp interval 2/3 60set cdp interval 2/4 60set cdp interval 2/5 60set cdp interval 4/1 60!#spantree#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 32768 1set spantree portpri 1/1 32set spantree portcost 1/1 10set spantree portpri 1/2 32set spantree portcost 1/2 10set spantree portpri 4/1 32set spantree portcost 4/1 10#vlan 2set spantree enable 2set spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2set spantree portpri 2/1 32set spantree portcost 2/1 100set spantree portpri 2/2 32set spantree portcost 2/2 100set spantree portpri 2/3 32set spantree portcost 2/3 100set spantree portpri 2/4 32set spantree portcost 2/4 100set spantree portpri 2/5 32set spantree portcost 2/5 100!#trunk!#module 1set module name 1set port enable 1/1set port name 1/1set port duplex 1/1 halfset port level 1/1 normalset port enable 1/2set port name 1/2set port duplex 1/2 halfset port level 1/2 normal!#module 2set module name 2set module enable 2!set port enable 2/1set port name 2/1set port duplex 2/1 halfset port level 2/1 normalset port enable 2/2set port name 2/2set port duplex 2/2 halfset port level 2/2 normalset port enable 2/3set port name 2/3set port duplex 2/3 halfset port level 2/3 normalset port enable 2/4set port name 2/4set port duplex 2/4 halfset port level 2/4 normalset port enable 2/5set port name 2/5set port duplex 2/5 halfset port level 2/5 normal!#module 3 empty!#module 4set module name 4set module enable 4!set fddi userdata 4 WorkGroup Stackset fddi tnotify 4 30set fddi treq 4 5000set port enable 4/1set port name 4/1set port level 4/1 normalset fddi tlmin 4/1 40set port enable 4/2set port name 4/2set port level 4/2 normalset fddi tlmin 4/2 40!#module 5 emptyendConsole> (enable)Related Commands
show config
copy configwrite erase
Use the write erase command to erase the configuration information in NVRAM. The NVRAM is then filled with the default configuration.
write erase
Syntax Description
This command has no arguments or keywords.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
This command is not supported by the Catalyst 4000 and 2948G series switches.
Example
This example shows how to erase the configuration in nonvolatile memory:
Console> (enable) write erasewrite memory
Use the write memory command to copy the configuration information in running memory to NVRAM.
write memory
Syntax Description
This command has no arguments or keywords.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
If you enter the write memory command from a bootstrap system image, a warning displays that the previous NVRAM configuration will be overwritten and some of the configuration commands will be lost unless you answer no. This warning is not displayed if NVRAM does not contain a valid configuration or if the previous configuration in NVRAM was generated by a bootstrap system image.
Example
This example shows how to copy the current configuration information to NVRAM:
Console> (enable) write memory###[OK]Related Command
write terminal
Use the write terminal command to display the configuration information currently in running memory.
write terminal
Syntax Description
This command has no arguments or keywords.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guideline
You can also use this command in ATM EXEC mode to display the current ATM configuration information. This usage is not supported by the Catalyst 4000 and 2948G series switches.
Examples
This example shows how to display the current system configuration information:
Console> (enable) write terminal.....beginset password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt Cat5500>set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system nameset system locationset system contact!#snmpset snmp community read-only publicset snmp community read-write publicset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpx!#ipset interface sc0 524 172.20.52.100 255.255.255.224 172.20.52.127set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip route 0.0.0.0 172.20.52.97 1set ip alias default 0.0.0.0!#Command alias!#vmpsset vmps server retry 3set vmps server reconfirminterval 60set vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable!#dnsset ip dns server 171.68.10.70 primaryset ip dns server 171.68.10.140set ip dns server 171.68.10.132set ip dns enableset ip dns domain cisco.com!#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5set authentication login tacacs disableset authentication login local enableset authentication enable tacacs disableset authentication enable local enable!#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtpset vtp domain Lab_Networkset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state activeset vlan 521 name VLAN0521 type ethernet mtu 1500 said 100521 state activeset vlan 522 name VLAN0522 type ethernet mtu 1500 said 100522 state activeset vlan 523 name VLAN0523 type ethernet mtu 1500 said 100523 state activeset vlan 524 name VLAN0524 type ethernet mtu 1500 said 100524 state activeset vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state activeset vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieeeset vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge 0x0 stp ibmset vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 0 stemaxhop 0set interface sc0 524 172.20.52.100 255.255.255.224 172.20.52.127!#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 524set spantree priority 32768 524#vlan 1003set spantree enable 1003set spantree fwddelay 4 1003set spantree hello 2 1003set spantree maxage 10 1003set spantree priority 32768 1003set spantree portstate 1003 auto 0set spantree portcost 1003 62set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree enable 1005set spantree fwddelay 4 1005set spantree hello 2 1005set spantree maxage 10 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp disableset cgmp leave disable!#syslogset logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level disl 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 defaultset logging level mgmt 5 defaultset logging level mls 5 defaultset logging level protfilt 2 default!
