Reference Guide
CLI Command Mode Prompt Access Command
VRRP
FTOS(conf-if-interface-
type-slot/port-vrid-vrrp-
group-id)#
vrrp-group
u-Boot
FTOS(=>)#
Press any key when the following line
appears on the console during a
system boot: Hit any key to
stop autoboot:
UPLINK STATE GROUP
FTOS(conf-uplink-state-
group-groupID)#
uplink-state-group
The following example shows how to change the command mode from CONFIGURATION mode to PROTOCOL
SPANNING TREE.
Example of Changing Command Modes
FTOS(conf)#protocol spanning-tree 0
FTOS(config-span)#
The do Command
You can enter an EXEC mode command from any CONFIGURATION mode (CONFIGURATION, INTERFACE, SPANNING
TREE, and so on.) without having to return to EXEC mode by preceding the EXEC mode command with the do command.
The following example shows the output of the do command.
Slot Status NxtBoot ReqTyp CurTyp Version Ports
------------------------------------------------
0 not present
1 not present
2 online online E48TB E48TB 1-1-463 48
3 not present
4 not present
5 online online E48VB E48VB 1-1-463 48
6 not present
7 not present
Undoing Commands
When you enter a command, the command line is added to the running configuration file (running-config).
To disable a command and remove it from the running-config, enter the no command, then the original command. For
example, to delete an IP address configured on an interface, use the
no ip address ip-address command.
NOTE: Use the help or ? command as described in Obtaining Help.
Example of Viewing Disabled Commands
FTOS(conf)#interface gigabitethernet 4/17
FTOS(conf-if-gi-4/17)#ip address 192.168.10.1/24
FTOS(conf-if-gi-4/17)#show config
!
interface GigabitEthernet 4/17
ip address 192.168.10.1/24
no shutdown
FTOS(conf-if-gi-4/17)#no ip address
FTOS(conf-if-gi-4/17)#show config
!
37










