반응형
<SSH 접속 및 장비 IP 설정>
ip service ssh -> SSH 서비스 Enable
aaa authentication default local -> SSH 접속 계정 local 계정 사용
ip interface vlan1 address x.x.x.x/x vlan 1 -> 장비 IP 설정
ip static-route 0.0.0.0/0 gateway x.x.x.x-> default routing 설정
<DHCP-Snooping 설정>
ip helper dhcp-snooping enable
ip helper dhcp-snooping binding enable
ip helper dhcp-snooping ip-source-filter port 1/1-48 enable -> User 포트 설정
ip helper dhcp-snooping port 1/50 trust -> Uplink 설정
<저장명령어>
write memory flash-synchro
ip-source-filter port = DHCP로 받은 IP만 사용하기 (사용자 임의 IP 사용 불가)
반응형
'IT > ㄴ Alcatel-Lucent' 카테고리의 다른 글
[Alcatel] write memory flash-synchro 명령어 입력 불가할 때 (0) | 2023.06.27 |
---|---|
[Alcatel] Firmware Upgrade [FTP 방식] (0) | 2023.06.26 |
[Alcatel] Firmware Upgrade [USB 방식] (0) | 2023.06.26 |
[Alcatel] IP DHCP Relay (0) | 2023.06.26 |
[Alcatel] DHCP 설정 (0) | 2023.06.26 |