아래와 같이 Router 1의 FastEthernet 0/0 인터페이스를 설정하고, NVRAM에 저장 (ip : 192.168.200.2 서브넷마스크 : 255.255.255.252)
Router>en
실행
Router# conf t
실행 ( conf = configuration, t = terminal )
Router (config)# int fa0/0
실행 ( int = interface ) ( Router (config)# : Configuration Mode )Router (config-if)# ip address 192.168.200.2 255.255.255.252
실행 ( Router (config-if)# : Interface Mode )Router (config-if)# no sh
실행 ( no = notion, sh = shutdown )Router (config-if)# exit
실행
Router (config)# exit
실행
Router# copy r s
실행
Router# sh run
실행
명령어로 설정한 내용 확인