EdgeRouter - VLAN ID를 가진 가상 인터페이스 생성하기¶
download at 2017-10-29T18:42:15Z origin
Steps¶
다음 명령어는 VLAN ID 1001를 가진 가상 인터페이스 VIF를 eth0에 생성하는 명령어입니다:
configure set interfaces ethernet eth0 vif 1001 address 172.16.4.1/24 commit exit
이더넷 인터페이스의 환경설정을 확인하기 위해서 show interfaces ethernet 명령어를 사용합니다:
ubnt@ubnt:~$ show interfaces ethernet Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- eth0 10.1.0.124/23 u/u eth0.1001 172.16.4.1/24 u/u eth1 172.16.2.5/24 u/u eth2 172.16.3.5/24 u/u ubnt@ubnt:~$