Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Name:

Switch#enable
Switch#config terminal
Switch(config)#host FGWSwitch
FGWSwitch(config)#

Password:

FGWSwitch(config)#enable password class


FGWSwitch(config)#line con 0
FGWSwitch(config-line)#password cisco
FGWSwitch(config-line)#login
FGWSwitch(config-line)#line vty 0 15
FGWSwitch(config-line)#password cisco
FGWSwitch(config-line)#login

Save configuration from RAM into NVRAM:

FGWSwitch#copy running-config startup-config


Or: wr

Set IP address for Administration purpose default VLAN1:

FGWSwitch#config terminal
FGWSwitch(config)#interface vlan 1
FGWSwitch(config-if)#ip address 10.1.1.251 255.255.255.0

Default gateway to communicate between VLANs.

FGWSwitch(config)#ip default-gateway 10.1.1.1

Config PC to work in network 10.1.1.0/24 (suppose: 10.1.1.10/24). Connect PC to a port (any) of switch.

FGWSwitch#show interfaces
FGWSwitch#show version
show interfaces status
show vlan brief
Change speed: speed 10 in an interface
Turn an interface off/on: Shutdonw/no shutdown
Indicate faster (by pass checking procedures): switchport mode access

You might also like