728x90
개요
Cisco 스위치 모델명 SF302-08 은 Firmware 의 차이로 스위치 설정이 catalyst 군과 좀 다릅니다.
그래서, 해당 L2/L3 겸용 스위치인 SF302-08 에서의 스위치 설정 방버에 대해 간략히 설명하려고 합니다.
스위치 인터페이스 설정방법
1. 단축키
a. 터미널로 설정 시 backspace 사용 불가함, 입력된 커맨드 삭제 키 (Ctrl + X)
2. 웹 인터페이스 설정
a. 연결 단말에서 192.168.1.X 의 IP 설정 후 브라우저에서 192.168.1.254 로 접속
b. 초기 ID / PW 는 cisco / cisco
3. 시리얼 설정
a. bitrate : 115200 (초기 ID / PW 는 cisco / cisco)
4. VLAN 설정
a. 추가: int vlan202
b. 삭제: no vlan 202
5. interface 설정
a. trunk, vlan 추가
b. trunk, vlan 삭제
c. access 설정
d. access 설정 (이전 trunk 사용 중이었으면 trunk vlan 모두 삭제 해야 함)
예시
config-file-header
switchea5b65
v1.4.7.6 / R800_NIK_1_4_194_194
CLI v1.0
set system mode switch
file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
vlan database
vlan 201,203-208
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
hostname switchea5b65
username cisco password encrypted e7f38b0ca034e0a61fb58808853d9d7b54127634 privilege 15
!
interface fastethernet1
switchport trunk allowed vlan add 201,203-208
!
interface fastethernet2
switchport trunk allowed vlan add 201,203-208
!
interface fastethernet3
switchport trunk allowed vlan add 201,203-208
!
interface fastethernet4
switchport mode access
switchport access vlan 203
!
interface fastethernet5
switchport mode access
switchport access vlan 203
!
interface fastethernet6
switchport mode access
switchport access vlan 203
!
interface fastethernet7
switchport mode access
switchport access vlan 203
!
interface fastethernet8
switchport mode access
switchport access vlan 203
!
exit
반응형
'Common > Network ' 카테고리의 다른 글
[Switch] 시스코 카탈리스트 3560 - L3 스위치 (VLAN, ACL) 설정 (0) | 2020.07.17 |
---|---|
[Network/Tools] NMAP 정의 및 설치/사용법 (0) | 2020.07.09 |
[Network] TCP/UDP (잘알려진, 등록, 동적) 포트 목록 정리 (0) | 2020.06.17 |
[Protocol] QUIC 프로토콜이 뭐지? (0) | 2019.06.14 |
[Network] arp table 및 ndp table 확인 명령어 (windows, Linux, MAC 모두 포함) (0) | 2019.06.13 |