시스코나 다른 벤더들에 비해서 알카텔 스위치 SNMP 설정이 조금 복잡한 편입니다. 알카텔 전문으로 하는 엔지니어가 아니면 Config를 외우고 다니기는 힘들죠. 이번 시간에는 알카텔 스위치 SNMP 설정 버전별로
하는 방법 알려드릴게요
1. 알카텔 스위치 R6 버전 - SNMP V1 ,2 설정 방법
알카텔 구 장비들이 보통 R6버전을 사용하고 R8은 최근에 새로 나온 장비들에서 사용하는 버전입니다. 크게 명령어가 달라진 것은 아니지만 세세한 부분에서 조금씩 틀리기 때문에 더 헛갈릴 수 있는데요. 그러면 R6버전에서 SNMP V1 ,2 설정하는 방법 알려드릴게요.
※ R6버전 - SNMP V1 ,2 설정 방법
- aaa authentication snmp local
- snmp security no security
- snmp community map mode enable
- Snmp community map <community_string> user <username> enable
- user <username> password <password> read-write all no auth
2. R8 버전 - SNMP V1 ,2 설정 방법
※ R6버전 - SNMP V1 ,2 설정 방법
- aaa authentication snmp local
- ip service snmp admin-state enable
- Snmp security no-security
- snmp community-map mode enable
- Snmp community-map <community-string> user <username > enable
- Snmp station <ip address> <username> v2 enable
- user <username> password <password> read-write all no auth
3. R6, 8 - SNMP V3 설정 방법
- aaa authentication snmp local
- snmp station <ip address> <username> v3 enable
- user <username> password <password> read-write all sha+des
: 버전 3 같은 경우에는 Community값으로 당기는 것이 아니라 username과 Password로 통신 SNMP를 사용할 장비에서 SNMP community값에 username을 넣어주고 authentication pw와 DES에 패스워드를 세팅한 값으로 동일하게 넣어주면 통신 가능합니다.
저의 글을 읽어 주셔서 감사합니다. 오늘도 즐거운 하루 보내세요.
댓글