티스토리 뷰
CCNA 200-125, ICND1, Sec 4: Config Modes, IOS Help, Intro To VLANs
//change host name
1 2 3 4 5 | Switch> enable Switch #configure terminal Enter configuration commands, one per line. End with CNTL /Z . Switch(config) #hostname S1 |
//usage of tab and ?
1 2 3 4 5 6 7 | S1(config) #ho? hostname S1(config) #ho S1(config) #hostname ? WORD This system's network name S1(config) #hostname S2 S2(config) # |
//exec-timeout 0 0
1 2 | Switch(config) #line console 0 Switch(config-line) #exec-timeout 0 0 |
Vlan
Vlan CLI
interface f0/0
switchport mode access
switchport access vlan 10
or
interfacef0/0
switchport mode trunk
switchport trunk vlan all
'IT > CCNA: Udemy' 카테고리의 다른 글
Sec6: Password (0) | 2018.02.24 |
---|---|
Sec6: Memory, Boot (0) | 2018.02.22 |
Sec4: Switch process (0) | 2018.02.15 |
Sec4: MAC table (0) | 2018.02.15 |
Sec4: Bridge, Switch (0) | 2018.02.12 |