2007年10月11日 星期四

Cisco Route 1720 基本設定

Router> enable 進入Enable層
Password: ******** Enable密碼
Router#
Router# configure terminal 進入Config層
Router(config)# interface ethernet 0 進入Config-if層,設定網路介面Ethernet 0
Router(config-if)# ip address 192.168.10.1 255.255.255.0 設定Ethetnet 0介面IP
Router(config-if)# no shutdown 不重新起動
Router(config-if)# exit 離開Config-if層
Router(config)# interface serial 0 進入Config-if層,設定網路介面Serial 0
Router(config-if)# ip address 192.168.100.2 255.255.255.252 設定Serial 0介面IP
Router(config-if)# encapsulation ppp
Router(config-if)# no shutdown 不重新起動
Router(config-if)# exit 離開Config-if層
Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.100.1 設定Route Table
Router(config)# exit 離開Config層
Router# write 寫入設定
Building configuration... 建立設定檔中
Router# show configuration 顯示設定檔內容
Router# disable 離開Enable層
Router> exit 離開Route

沒有留言: