ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Dell Switch IP 설정
    Network 2025. 3. 7. 10:49

    **MGMT 대역대와 Ethernet 대역대를 다르게 설정해야함.

     

     

    1. MGMT IP 설정하기  (MGMT Port 연결)

    (config)# interface    mgmt     1/1/1

     

    (conf-if-ma-1/1/1)# no    ip    address     dhcp

    (conf-if-ma-1/1/1)# ip     address      10.0.1.70/24

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

    (conf-if-ma-1/1/1)# Dell EMC (OS10) %IP_ADDRESS_ADD: IP Address add is successful.   

    IP 10.0.1.70/24 in VRF:default added successfully

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

     

     

    2. ethernet 에서 IP 설정하기

    (config)# interface       ethernet     1/1/1

     

    (conf-if-eth1/1/1)# no     switchport    // L3 모드로 전환

    (conf-if-eth1/1/1)# ip      address       192.168.1.100/24

     

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

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

    interface ethernet1/1/7

          no shutdown

          no switchport

          ip address 192.168.1.100/24

          flowcontrol receive on

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

     

     

    3. ethernet IP / VLAN 동시 설정하기  (access 모드만 가능)

    (config)# interface    vlan    100

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

    (conf-if-vl-100)# ip    address      192.168.1.100/24

    (conf-if-vl-100)# show      configuration

     

    (config)# interface    ethernet     1/1/5

    (conf-if-eth1/1/5)# switchport     mode      access

    (conf-if-eth1/1/5)# switchport     access     vlan    100

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

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

    interface ethernet1/1/5

          no shutdown

          switchport access vlan 100

          flowcontrol receive on

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

     

     

     

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

     

    # show     running-configuration                    

     

    # show     interface     status     // Uplink 여부 확인

     

     

    'Network' 카테고리의 다른 글

    Dell Switch VLAN 설정  (0) 2025.03.07
    Dell Switch 초기 설정  (0) 2025.03.07
Designed by Tistory.