vlan_구성

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
vlan_구성 [2022/12/21 08:45] – 만듦 koovvlan_구성 [2022/12/21 11:37] (현재) – [vlan 삭제] koov
줄 4: 줄 4:
 <WRAP prewrap> <WRAP prewrap>
 <code bash> <code bash>
-switch#conf t                                                          <- configure terminal 약자  +switch#conf t                               <- configure terminal 약자  
-switch(config)#vlan 2                                           <- vlan 2번을 생성  +switch(config)#vlan 2                       <- vlan 2번을 생성  
 switch(config-vlan)#name VLAN_NUM2          <- 이름은 'VLAN_NUM2' 라고 함 switch(config-vlan)#name VLAN_NUM2          <- 이름은 'VLAN_NUM2' 라고 함
-switch(config-vlan)#exit                                        <- 설정 저장하고 나가기  +switch(config-vlan)#exit                    <- 설정 저장하고 나가기  
-switch(config)#exit                                                 <- 설정 저장하고 나가기 +switch(config)#exit                         <- 설정 저장하고 나가기 
 switch#show vlan switch#show vlan
  
줄 90: 줄 90:
 <code bash> <code bash>
 switch#conf t switch#conf t
-switch(config)#no vlan 2                     <- vlan2 를 삭제함 (cisco 스위치는 앞에 'no'를 붙이면 제거/삭제 의 의미를 가짐)+switch(config)#no interfaces vlan 2                     <- vlan2 를 삭제함 (cisco 스위치는 앞에 'no'를 붙이면 제거/삭제 의 의미를 가짐)
 switch(config)#exit switch(config)#exit
 switch#show interfaces status switch#show interfaces status
  • vlan_구성.1671612341.txt.gz
  • 마지막으로 수정됨: 2022/12/21 08:45
  • 저자 koov