Pnet 라우터 설정

Router

  1. 처음 실행 시 초가마법사가 진행
  2. 각 암호 설정 후 interface 설정까지 이동


위 사진의 예시로 설명


vIOS

enable
conf t
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
exit
reload
yes
enable
conf t
interface GigabitEthernet0/1
ipaddress 10.0.0.1 255.255.255.252
no shutdown
exit
exit
reload
yes
enable
show ip interface brief
conf t
ip route 192.168.2.0 255.255.255.0 10.0.0.2
end
show ip route



vIOS2 

enable
cont f
interface GigabitEthernet0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
exit
reload
yes
enable
conf t
interface GigabitEthernet0/1
ip address 10.0.0.2 255.255.255.252
no shutdown
exit
exit
reload
yes
enable
show ip interface brief
conf t
ip route 192.168.1.0 255.255.255.0 10.0.0.1
end
show ip route


완성된 ping  통신