Brocade ICX-6450 Invalid License 문제

Brocade ICX-6450 Invalid License 문제

posted by teshi at 2020-12-08 14:32

categories : 컴퓨터

최근 으찌으찌하다보니… Brocade ICX-6450 SFP 포트에 광포트를 추가하고 연결해야 하는 작업을 해야 할 일이 생겼다.

그래서, 호환모듈도 사고, 광케이블도 사고… 여러 물품을 구입했고 해당 물품이 도착하고 난 후에 테스트하기 위해 SFP 광모듈을 스위치에 연결했다.

그리고 콘솔로 들어가서 아래 명령어로 상태를 확인했다.

SWITCH# show interface brief

Port    Link    State   Dupl Speed Trunk Tag Pvid Pri MAC             Name
1/1/1   Down    None    None None  None  No  10   0   -
1/1/2   Down    None    None None  None  No  10   0   -
1/1/3   Down    None    None None  None  No  10   0   -
1/1/4   Up      Forward Full 100M  None  No  10   0   -
1/1/5   Up      Forward Full 1G    None  No  10   0   -
1/1/6   Up      Forward Full 1G    None  No  10   0   -
1/1/7   Up      Forward Full 100M  None  No  10   0   -
1/1/8   Up      Forward Full 1G    None  No  10   0   -
1/1/9   Down    None    None None  None  No  10   0   -
1/1/10  Down    None    None None  None  No  10   0   -
1/1/11  Down    None    None None  None  No  10   0   -
1/1/12  Down    None    None None  None  No  10   0   -
1/1/13  Down    None    None None  None  No  10   0   -
1/1/14  Down    None    None None  None  No  10   0   -
1/1/15  Down    None    None None  None  No  10   0   -
1/1/16  Down    None    None None  None  No  10   0   -
1/1/17  Down    None    None None  None  No  10   0   -
1/1/18  Down    None    None None  None  No  10   0   -
1/1/19  Down    None    None None  None  No  10   0   -
1/1/20  Down    None    None None  None  No  10   0   -
1/1/21  Down    None    None None  None  No  10   0   -
1/1/22  Down    None    None None  None  No  10   0   -
1/1/23  Down    None    None None  None  Yes N/A  0   -
1/1/24  Up      Forward Full 1G    None  Yes N/A  0   -
1/2/1   Down    None    None None  None  No  1    0   -
1/2/2   ERR-DIS None    None None  None  No  1    0   -
1/2/3   Down    None    None None  None  No  1    0   -
1/2/4   ERR-DIS None    None None  None  No  1    0   -
mgmt1   Down    None    None None  None  No  None 0   -

MAC 주소 부분은 지웠으니 이상한 부분이 아닌데… 분명 1/2/2, 1/2/4 에 추가 모듈을 연결했는데 ERR-DIS 가 뜬 것이었다.

이 때 머리 속으로 수만가지 생각이 지나갔다. 호환모듈이라 그런건가부터 돈 날린건가, 사유서 써야하나 등등 생각이 훅훅 지나갔다. 일단은 해당 에러를 자세히 알고 싶었다.

SWITCH#show interface ethernet 1/2/2
10GigabitEthernet1/2/2 is ERR-DISABLED (invalid license), line protocol is down
  Port down for 19 days 4 hours 42 minutes 9 seconds
  Hardware is 10GigabitEthernet, address is - (-)
  Configured speed 10Gbit, actual unknown, configured duplex fdx, actual unknown
  Member of L2 VLAN ID 1, port is untagged, port state is DISABLED
  BPDU guard is Disabled, ROOT protect is Disabled, Designated protect is Disabled
  Link Error Dampening is Disabled
  STP configured to ON, priority is level0, mac-learning is enabled
  Flow Control is enabled
  Mirror disabled, Monitor disabled
  Mac-notification is disabled
  Not member of any active trunks
  Not member of any configured trunks
  No port name
  MTU 1500 bytes
  300 second input rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  300 second output rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  0 packets input, 0 bytes, 0 no buffer
  Received 0 broadcasts, 0 multicasts, 0 unicasts
  0 input errors, 0 CRC, 0 frame, 0 ignored
  0 runts, 0 giants
  0 packets output, 0 bytes, 0 underruns
  Transmitted 0 broadcasts, 0 multicasts, 0 unicasts
  0 output errors, 0 collisions
  Relay Agent Information option: Disabled

Egress queues:
Queue counters    Queued packets    Dropped Packets
    0                   0                   0
    1                   0                   0
    2                   0                   0
    3                   0                   0
    4                   0                   0
    5                   0                   0
    6                   0                   0
    7                   0                   0

ERR-DISABLED 에서 이상한 것을 발견할 수 있었다. invalid license… 음… 일단 라이센스만 구입하면 된다는 것 같아보였고 열심히 구글링을 했다.

그래서 찾아보니… 브로케이드에서는 포트별로 라이센스를 따로 팔고 있는 모양이었다. 기본적으로 SFP에 1G 대역폭은 기본 라이센스로 사용가능하지만 10G 대역폭은 라이센스를 따로 구입해야 하는 모양이었다. 물론 정확한 정보는 아니다. 네트워크 스위치를 다루는 건 10년 전에 시스코 스위치를 세팅하는 대학교 수업을 듣고 그 이후로는 처음이니 정확한 정보일지는 모르겠다. 아무튼, 그래서 해당 포트의 대역폭을 1G로 줄여보기로 했다.

SWITCH# config terminal
SWITCH(config)# interface ethernet 1/2/2
SWITCH(config-if-e10000-1/2/2)# speed-duplex 1000-full-master
SWITCH(config-if-e10000-1/2/2)# show interface brief

Port    Link    State   Dupl Speed Trunk Tag Pvid Pri MAC             Name
1/1/1   Down    None    None None  None  No  10   0   -
1/1/2   Down    None    None None  None  No  10   0   -
1/1/3   Down    None    None None  None  No  10   0   -
1/1/4   Up      Forward Full 100M  None  No  10   0   -
1/1/5   Up      Forward Full 1G    None  No  10   0   -
1/1/6   Up      Forward Full 1G    None  No  10   0   -
1/1/7   Up      Forward Full 100M  None  No  10   0   -
1/1/8   Up      Forward Full 1G    None  No  10   0   -
1/1/9   Down    None    None None  None  No  10   0   -
1/1/10  Down    None    None None  None  No  10   0   -
1/1/11  Down    None    None None  None  No  10   0   -
1/1/12  Down    None    None None  None  No  10   0   -
1/1/13  Down    None    None None  None  No  10   0   -
1/1/14  Down    None    None None  None  No  10   0   -
1/1/15  Down    None    None None  None  No  10   0   -
1/1/16  Down    None    None None  None  No  10   0   -
1/1/17  Down    None    None None  None  No  10   0   -
1/1/18  Down    None    None None  None  No  10   0   -
1/1/19  Down    None    None None  None  No  10   0   -
1/1/20  Down    None    None None  None  No  10   0   -
1/1/21  Down    None    None None  None  No  10   0   -
1/1/22  Down    None    None None  None  No  10   0   -
1/1/23  Down    None    None None  None  Yes N/A  0   -
1/1/24  Up      Forward Full 1G    None  Yes N/A  0   -
1/2/1   Down    None    None None  None  No  1    0   -
1/2/2   Down    None    None None  None  Yes N/A  0   -
1/2/3   Down    None    None None  None  No  1    0   -
1/2/4   Down    None    None None  None  Yes N/A  0   -
mgmt1   Down    None    None None  None  No  None 0   -

다행히도.. ERR-DIS를 사라지게 만들었다. 일단은 한숨돌리고, 혹시라도 잊지 않기 위해 기록해둔다.

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다