Switch(config)# no archive auto-backup
Disable auto-backup function.
Switch(config)# no archive auto-backup path
Reset the backup protocol back to the
default setting.
Switch(config)# no archive auto-backup time
Reset the backup time back to the default
setting.
Switch(config)# show archive auto-backup
Show or verify auto-backup settings.
Switch(config)# archive auto-backup
Enable auto-backup function.
Switch(config)# archive auto-backup path ftp
192.168.1.10 backupconfig mis1503 abcxyz
Backup a copy of configuration file
automatically to FTP server.
Switch(config)# archive auto-backup path tftp
192.168.1.10 backupconfig
Backup a copy of configuration file
automatically to TFTP server.
Switch(config)# archive auto-backup time 13
Backup a copy of configuration file
automatically at 13:00 o‟clock.
2.6.7 Channel-group Command
1. Configure a static link aggregation group (LAG).
Switch(config)# channel-group
trunking [group_name]
Specify a name for this link
aggregation group.
Switch(config)# interface [port_list]
Switch(config-if-PORT-PORT)#
channel-group trunking [group_name]
Use “interface” command to
configure a group of ports‟ link
aggregation link membership.
Assign the selected ports to the
specified link aggregation group.
Switch(config)# channel-group type
destination-mac
Load-balancing depending on
destination MAC address.
Switch(config)# channel-group type
source-mac
Load-balancing depending on
source MAC address.
Switch(config)# no channel-group
trunking [group_name]
Delete a link aggregation group.
Switch(config)# interface [port_list]
Switch(config-if-PORT-PORT)# no
channel-group trunking
Remove the selected ports from
a link aggregation group.
Switch(config)# no channel-group type
destination-mac
Disable load-balancing based on
destination MAC address.
Switch(config)# no channel-group type
source-mac
Disable load-balancing based on
destination MAC address.