Ciscoコマンド(Router)

問題文
ふりがな非表示
ふりがな表示
(enable)
enable
(configure terminal)
configure terminal
(hostname hoge)
hostname hoge
(interface fastethernet 0/1)
interface fastethernet 0/1
(ip address 172.16.1.1 255.255.255.0)
ip address 172.16.1.1 255.255.255.0
(exit)
exit
(show running-config)
show running-config
(no shutdown)
no shutdown
(end)
end
(show ip route)
show ip route
(ping 172.16.2.2)
ping 172.16.2.2
(ip route 172.16.2.0 255.255.255.0 172.16.1.1)
ip route 172.16.2.0 255.255.255.0 17
(router rip)
router rip
(network 172.16.0.0)
network 172.16.0.0
(version 2)
version 2