IX2207
コンフィグモードに移行してから、設定を流し込む。
Router# enable-config
timezone +09 00
logging buffered 131072
logging subsystem all warn
logging timestamp datetime
ip ufs-cache enable
ip dhcp enable
ip access-list web-http-acl permit ip src any dest 192.168.1.254/32
http-server ip access-list web-http-acl
http-server ip enable
ip dhcp profile web-dhcp-gigaethernet2.0
dns-server 192.168.1.254
device GigaEthernet0
device GigaEthernet1
device GigaEthernet2
device USB0
shutdown
device USB1
shutdown
interface GigaEthernet0.0
no ip address
shutdown
interface GigaEthernet1.0
no ip address
shutdown
interface GigaEthernet2.0
ip address 192.168.1.254/24
ip dhcp binding web-dhcp-gigaethernet2.0
no shutdown
interface USB-Serial0.0
encapsulation ppp
no auto-connect
no ip address
shutdown
interface USB-Serial1.0
encapsulation ppp
no auto-connect
no ip address
shutdown
interface Loopback0.0
no ip address
interface Null0.0
no ip address
web-console system information
o lan1 GigaEthernet2.0
最後に設定を記憶させます。
Router(config)# exit
Router# write memory