Understanding about vro switch settings is still very helpful. So I studied the vro switch settings command and shared it with you here. I hope it will be useful to you ., Commands supported by vswitch:
Vro switch basic status:
Switch:; ROM status, vrommon>
Hostname>; User Mode
Hostname #; privileged Mode
Hostname (config) #; global configuration mode
Hostname (config-if) #; interface status
Vro vswitch password settings:
Switch> enable; enter privileged Mode
Switch # config terminal; enter global configuration mode
Switch (config) # hostname; set the Host Name of the switch.
Switch (config) # enable secret xxx; set the privileged encryption Password
Switch (config) # enable password xxa; set the privileged non-password
Switch (config) # line console 0; enter the console Port
Switch (config-line) # line vty 0 4; enter the virtual terminal
Switch (config-line) # login; Allow Logon
Switch (config-line) # password xx; set the logon password xx
Switch # exit; return command
Vro Switch configuration VLAN settings:
Switch # vlan database; go to VLAN settings
Switch (vlan) # vlan 2; Create VLAN 2
Switch (vlan) # no vlan 2; Delete vlan 2
Switch (config) # int f0/1; enter port 1
Switch (config-if) # switchport access vlan 2; Add vlan 2 to the current port
Switch (config-if) # switchport mode trunk; set to trunk Line
Switch (config-if) # switchport trunk allowed vlan 1 and 2; set the allowed vlan
Switch (config-if) # switchport trunk encap dot1q; Set vlan Relay
Switch (config) # vtp domain; set the vtp domain name to be sent
Switch (config) # vtp password; set the vtp password
Switch (config) # vtp mode server; Set vtp mode
Switch (config) # vtp mode client; Set vtp mode
Vro vswitch IP Address:
Switch (config) # interface vlan 1; enter vlan 1
Switch (config-if) # ip address; set the ip address
Switch (config) # ip default-gateway; set the default gateway
Switch # dir flash:; view flash
Vro switch settings display command:
Switch # write; save configuration information
Switch # show vtp; view vtp configuration information
Switch # show run; view current configuration information
Switch # show vlan; view vlan configuration information
Switch # show interface; view port information
Switch # show int f0/0; view the specified port information
Vro display command:
Router # show run; displays configuration information
Router # show interface; display interface information
Router # show ip route; displays route information
Router # show cdp nei; displays neighbor Information
Router # reload; restart
Vro password settings:
Router> enable; enter privileged Mode
Router # config terminal; enter global configuration mode
Router (config) # hostname; set the vswitch Host Name
Router (config) # enable secret xxx; set the privileged encryption Password
Router (config) # enable password xxb; set a privileged non-password
Router (config) # line console 0; enter the console Port
Router (config-line) # line vty 0 4; enter the virtual terminal
Router (config-line) # login; password verification required
Router (config-line) # password xx; set the logon password xx
Router (config) # (Ctrl + z); returns the privileged Mode
Router # exit; return command