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

인쇄 보기 종료

업데이트 날짜: 2015년 4월
 
 

LA 구성

이 작업은 스위치 대상에서 실행되는 SEFOS의 LA 기능을 구성하고 테스트하는 방법에 대해 설명합니다.

이 작업에 대한 토폴로지는 Switching Feature Topology를 참조하십시오.

  1. 초기 설정을 구성합니다.

    Configure Initial Settings을 참조하십시오.

  2. SEFOS-1에 포트 채널 그룹 100을 만들고 그룹에 있는 포트를 연결합니다.
    SEFOS-1# configure terminal
    SEFOS-1(config)# set port-channel enable
    SEFOS-1(config)# interface port-channel 100
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# exit
    SEFOS-1(config)# interface range xl-ethernet 0/1-2
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# channel-group 100 mode active
    SEFOS-1(config-if)# exit
    SEFOS-1(config)# vlan 101
    SEFOS-1(config-vlan)# ports xl-ethernet 0/1-2 port-channel 
    SEFOS-1(config-vlan)# ports xl-ethernet 0/25-26 port-channel 100 untagged xl-ethernet 0/25-26 port-channel 100
    
  3. SEFOS-2에 대해 Step 2를 반복합니다.
  4. VLAN 멤버쉽을 확인합니다.
    SEFOS-1# show vlan
    Vlan database
    -------------
    Vlan ID : 101
    Member Ports : X10/25,X10/26,po100
    Untagged Ports : X10/25,X10/26,po100
    Forbidden Ports : None
    Reflective-Relay : Disabled
    Name :
    Status : Other
    
  5. SEFOS-1에서 STP 포트 상태를 확인합니다.
    SEFOS-1# show spanning-tree
    Root Id         Priority   32768
                    Address    00:14:4f:6c:69:ee
                    Cost       0
                    Port       0 [0]
                    Max age 20 Sec, forward delay 15 Sec
                    Hello Time 2 Sec
     
    MST00
     
    Spanning tree Protocol has been enabled
     
    MST00 is executing the mstp compatible Multiple Spanning Tree Protocol
    Bridge Id       Priority  32768
                    Address  00:14:4f:6c:69:ee
                    Max age is 20 sec, forward delay is 15 sec
                    Hello Time is 2 sec
                    Dynamic Path Cost is Disabled
                    Dynamic Path Cost Lag-Speed Change is Disabled
    Name              Role         State        Cost     Prio   Type
    ----              ----         -----        ----     ----   ------
     
    X10/25 		          Designated	     Forwarding   2000      128     	P2P
    X10/26           		Designated     Forwarding   2000      128     	P2P
    po100 		           Designated 	    Forwarding   2000      128     	P2P
    ...
    
  6. 호스트 A에서 호스트 C로 연속으로 Ping합니다.

    트래픽 전달 중 데이터 손실이 발생해서는 안됩니다.

  7. 포트 채널 요약을 확인합니다.
    SEFOS-1# show etherchannel summary
     
    Port-channel Module Admin Status is enabled
    Port-channel Module Oper Status is enabled
    Port-channel System Identifier is  00:14:4f:6c:69:ee
     
    Flags:
    D - down             P - in port-channel
    I - stand-alone      H - Hot-standby (LACP only)
    AD - Admin Down      AU - Admin Up
    OD - Operative Down  OU - Operative Up
     
    Number of channel-groups in use: 1
    Number of aggregators: 1
     
    Group  Port-channel        Protocol   Ports
    -------------------------------------------------------------------------
    100    Po100(P)[AU,OD]     LACP       X10/1(P),X10/2(P)
    ...
    
  8. xl-ethernet 0/1 포트를 종료하고 포트 채널 요약을 확인합니다.
    SEFOS-1# configure terminal
    SEFOS-1(config)# int xl 0/1
    SEFOS-1(config-if)# shut
    SEFOS-1(config-if)# end
    SEFOS-1# show etherchannel summary
     
    Port-channel Module Admin Status is enabled
    Port-channel Module Oper Status is enabled
    Port-channel System Identifier is  00:14:4f:6c:69:ee
     
    Flags:
    D - down             P - in port-channel
    I - stand-alone      H - Hot-standby (LACP only)
    AD - Admin Down      AU - Admin Up
    OD - Operative Down  OU - Operative Up
     
    Number of channel-groups in use: 1
    Number of aggregators: 1
     
    Group  Port-channel        Protocol   Ports
    -----------------------------------------------------------------
    100    Po100(P)[AU,OD]     LACP       X10/1(D),X10/2(P)
    ...
    

    트래픽이 포트 채널 그룹을 통과한다면 LA가 제대로 구성된 것입니다.

관련 정보