반응형
Cisco Catalyst 3500 시리즈 설정법
HOSTNAME 입력
switch(config)# hostname <이름>
Telnet 접속용 VTY 설정
switch(config)# line vty 0 4
Telnet 패스워드 설정
switch(config-line)# password root
Enable 패스워드 설정
switch(config)# enable password
패스워드 암호화(Encryption 설정)
switch(config)# service password-encryption
스위치에 IP address 설정 (관리용 IP)
switch(config)# interface vlan 1
switch(config-if)# ip add <IP주소>
Default gateway 설정
switch(config)# ip default-gateway <주소>
Port group 설정
switch(config)# int fast0/1
switch(config-if)# port group 1
HOSTNAME 입력
switch(config)# hostname <이름>
Telnet 접속용 VTY 설정
switch(config)# line vty 0 4
Telnet 패스워드 설정
switch(config-line)# password root
Enable 패스워드 설정
switch(config)# enable password
패스워드 암호화(Encryption 설정)
switch(config)# service password-encryption
스위치에 IP address 설정 (관리용 IP)
switch(config)# interface vlan 1
switch(config-if)# ip add <
Default gateway 설정
switch(config)# ip default-gateway <주소>
Port group 설정
switch(config)# int fast0/1
switch(config-if)# port group 1
반응형