Network

Dell Switch VLAN 설정

포드맨 2025. 3. 7. 10:46

**vlan 선언하기 필수

**Ethernet 케이블 연결 및 스위치 Uplink 여부 확인

 

 

0.

admin 계정 접속  

 

# configure    terminal

 

 

1.

(config)# interface    vlan    125

(conf-if-vl-125)# no   shutdown

exit

(config)# interface    vlan    403

(conf-if-vl-403)# no   shutdown

exit

 

 

2.

(config)# interface     ethernet     1/1/7

(conf-if-eth1/1/7)# switchport      mode     trunk

(conf-if-eth1/1/7)# switchport      trunk     allowed      vlan      125,403

(conf-if-eth1/1/7)# show     configuration

(conf-if-eth1/1/7)# exit

 

 

3.

(config)# show   vlan

---------------------------------------------------------------------

  125    Active                       T Eth1/1/7

  403    Active                       T Eth1/1/7

----------------------------------------------------------------------

 

 

4.

(config)# no     interface    vlan    125      // VLAN 삭제

 

 

 

5.

# write      memory    // 현재 설정 저장하기        

 

# show     running-configuration                    

 

# show     interface     status     // Uplink 여부 확인