Specifications
E-10
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix E CLI Commands
Other CLI Commands
The following example shows how to add two Fast Ethernet interfaces to Standby Group 1 and then
assign each of these member interfaces a priority within the group:
1. Add a Fast Ethernet interface (slot 0/port 0) to Standby Group 1 and assign a priority of 150.
ServiceEngine(config)# interface FastEthernet 0/0
ServiceEngine(config-if)# standby 1 priority 150
2. Add a second Fast Ethernet interface (slot 0/port 1) to Standby Group 1 and assign a priority of 100.
(the default value):
ServiceEngine(config)# interface FastEthernet 0/1
ServiceEngine(config-if)# standby 1
ServiceEngine(config-if)# exit
ServiceEngine(config)#
Because Fast Ethernet 0/0 is assigned the highest priority (a priority number of 150) of all the member
interfaces in the group, it will be chosen as the active interface for the group if it can be brought up.
The following example removes the Fast Ethernet slot 0/port 1 interface) from Standby Group 1 using
the no form of the standby command:
ServiceEngine(config)# interface FastEthernet 0/1
ServiceEngine(config-if)# no standby 1
ServiceEngine(config-if)# exit
ServiceEngine(config)#
The following example shows how to shut down Standby Group 1. When a standby group is shut down,
all of the alarms previously raised by this standby group are cleared.
ServiceEngine(config)# interface standby 1
ServiceEngine(config-if)# shutdown
ServiceEngine(config)# exit
The following example shows how to tear down Standby Group 1:
ServiceEngine(config)# interface standby 1
ServiceEngine(config-if)# no ip address 10.10.10.10 255.0.0.0
Please remove member interface(s) from this standby group first.
ServiceEngine(config)# interface GigabitEthernet 2/0
ServiceEngine(config-if)# no standby 1
ServiceEngine(config-if)# exit
ServiceEngine(config)# interface standby 1
ServiceEngine(config-if)# no ip address 10.10.10.10 255.0.0.0
ServiceEngine(config-if)# exit
ServiceEngine(config)# no interface standby 1
ServiceEngine(config)# exit
Other CLI Commands
This section lists other CLI commands that may be useful.
CDNFS cleanup Command
To manage the CDS network file system (cdnfs), use the cdnfs EXEC command.
cdnfs {browse | cleanup {info | start | stop} | delete-unused-ecdnfs-files}
There are no default behavior or values.