Oracle® Switch ES2-72 및 Oracle Switch ES2-64 구성 설명서

인쇄 보기 종료

업데이트 날짜: 2015년 4월
 
 

초기 설정 구성

  1. 스위치와 호스트 간 연결을 확인합니다.

    Switching Feature Topology를 참조하십시오.

    1. SEFOS-1 스위치의 경우 다음 연결을 확인합니다.
      • 포트 1-4 – SEFOS-2 스위치의 포트 1-4에 연결됨

      • 포트 25 – 호스트 서버 A(IP 주소 20.0.0.10)에 연결됨

      • 포트 26 – 호스트 서버 B(IP 주소 20.0.0.20)에 연결됨

    2. SEFOS-2 스위치의 경우 포트 25가 호스트 서버 C(IP 주소 20.0.0.30)에 연결되어 있는지 확인합니다.
  2. SEFOS에 연결합니다.

    Connect to SEFOS을 참조하십시오.

  3. VLAN을 만들고 호스트 포트를 VLAN의 멤버 포트로 추가합니다.
    SEFOS-1# configure terminal
    SEFOS-1(config)# vlan 101
    SEFOS-1(config-vlan)# ports xl-ethernet 0/25-26 untagged xl-ethernet 0/25-26
    SEFOS-1(config-vlan)# vlan active
    SEFOS-1(config-vlan)# exit
    
  4. 호스트가 연결되어 있는 인터페이스를 표시합니다.
    SEFOS-1# configure terminal
    SEFOS-1(config)# interface range xl-ethernet 0/25-26
    SEFOS-1(config-if-range)# switchport pvid 101
    SEFOS-1(config-if-range)# no shutdown
    SEFOS-1(config-if-range)# exit
    
  5. VLAN 101에서 IP 주소를 구성하고 인터페이스를 표시합니다.
    SEFOS-1# configure terminal
    SEFOS-1(config-int)# interface vlan 101
    SEFOS-1(config-int)# ip address 20.0.0.1 255.0.0.0
    SEFOS-1(config-int)# no shutdown
    SEFOS-1(config-int)# exit
    
  6. VLAN 101 인터페이스가 작동 중인지 확인합니다.
    SEFOS-1# show ip interface
    vlan1 is down, line protocol is down
    Internet Address is 10.0.0.1/8
    Broadcast Address 10.255.255.255
    vlan101 is up, line protocol is up
    Internet Address is 20.0.0.1/8
    Broadcast Address 10.255.255.255
    
  7. 인터페이스 상태를 확인합니다.
    SEFOS-1# show interface status
    Port Status Duplex Speed Negotiation Capability
    ---- ------ ------ ----- ----------- ----------
    Xl0/1 not connected Full 10 Gbps Auto-Negotiation Auto-MDIX on
    Xl0/2 not connected Full 10 Gbps Auto-Negotiation Auto-MDIX on
    ...
    Xl0/25 connected Full 10 Gbps Auto-Negotiation Auto-MDIX on
    Xl0/26 connected Full 10 Gbps Auto-Negotiation Auto-MDIX on
    ...
     
    SEFOS-1# show interface description
    Interface Status Protocol
    --------- ------ --------
    Xl0/1 down down
    Xl0/2 down down
    ...
    Xl0/25 up up
    Xl0/26 up up
    ...
    vlan101 up up
    
  8. SEFOS-1 스위치에서 호스트 A(20.0.0.10)를 Ping합니다.

    ping이 성공적으로 수행되어야 합니다.

  9. MAC 주소 항목을 확인합니다.
    SEFOS-1# show mac-address-table
    Vlan    Mac Address         Type     Ports
    ----    -----------         ----     -----
    101     00:14:4f:6c:7d:e9   Learnt   Xl0/25
    Total Mac Addresses displayed: 1
    

    주 - 표시되는 MAC 주소가 호스트 A의 MAC 주소와 일치해야 합니다.
  10. SEFOS-2 스위치에 대해 Step 3 - Step 5를 반복하여 필요한 포트를 가져온 다음 VLAN 101의 IP 주소를 20.0.0.2로 구성합니다.
  11. 토폴로지를 구성합니다.

    토폴로지를 구성하려면 모든 인터페이스가 작동 중이어야 합니다. 작동 중이지 않을 경우 no shutdown 명령을 사용하여 포트를 가져옵니다.

    SEFOS-1# configure terminal
    SEFOS-1(config)# interface range xl 0/1-2
    SEFOS-1(config-if-range)# switchport pvid 101
    SEFOS-1(config-if-range)# no shutdown
    SEFOS-1(config-if-range)# end
    

    두 스위치 모두에서 0/1, 0/2, 0/25, 0/26 인터페이스가 작동 중인지 확인합니다.

관련 정보