ip routing
no ip domain lookup (명령어 입력 오류 시, DNS 서버 탐색 시간 삭제)
line console 0 #
logging sync
(시스템 메시지 발생 시, 자동 줄 바꿈으로 명령어 입력이 끊기지 않게 도와주는 설정)
설정 코드
Router(config)# ipv6 unicast-routing
Router(config)# int (port)
Router(config)# ipv6 address fe80::1 link-local
Router(config)# ipv6 address 2001:abcd:1::1/64
Router(config)# no sh
link local address는 동일 네트워크 내에서 통신할 때 사용되는 주소
no switchport
해당 명령어 입력 시, switch port가 아닌 router port와 동일한 기능 가짐
그러나 아직 L3 스위치 전체가 라우터 같이 동작하는 것은 아님
ip routing