1 / 3

Router 設定

Router 設定. Router# config t Router(config)# hostname RB RB(config)# no ip domain-lookup RB(config)# int f0/0 RB(config-if)# ip address 192.168.14.254 255.255.255.0 RB(config-if)# no shutdown RB(config-if)# int s0/0/1 RB(config-if)# ip address 192.168.15.2 255.255.255.252

maia-dorsey
Download Presentation

Router 設定

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Router設定 Router# config t Router(config)# hostname RB RB(config)# no ip domain-lookup RB(config)# int f0/0 RB(config-if)# ip address 192.168.14.254 255.255.255.0 RB(config-if)# no shutdown RB(config-if)# int s0/0/1 RB(config-if)# ip address 192.168.15.2 255.255.255.252 RB(config-if)# no shutdown RB(config-if)# clock rate 56000 RB(config -if)# exit RB(config)# router eigrp 10 RB(config-router)# network 192.168.14.0 RB(config-router)# network 192.168.15.0 0.0.0.3 RB(config-router)# no auto-summary RB(config-router)# exit RB(config)# line con 0 RB(config-line)# logging sync RB(config-line)# end RB#

  2. Router# config t Router(config)# hostname RA RA(config)# no ip domain-lookup RA(config)# int f0/0 RA(config-if)# ip address 192.168.13.254 255.255.254.0 RA(config-if)# no shutdown RA(config-if)# int s0/0/0 RA(config-if)# ip address 192.168.15.1 255.255.255.252 RA(config-if)# no shutdown RA(config-if)# clock rate 56000 RA(config -if)# exit RA(config)# router eigrp 10 RA(config-router)# network 192.168.12.0 0.0.1.255 RA(config-router)# network 192.168.15.0 0.0.0.3 RA(config-router)# no auto-summary RA(config-router)# exit RA(config)# RA(config)# line con 0 RA(config-line)# logging sync RA(config-line)# end RA#

  3. RA(config)# int f0/0 • RA(config-if)# no ip address • RA(config-if)# no shutdown • RA(config-if)# int f0/0.5 • RA(config-subif)# encapsulation dot1Q 5 • RA(config-subif)# ip address 192.168.13.190 255.255.255.192 • RA(config-subif)#int f0/0.10 • RA(config-subif)# encapsulation dot1Q 10 • RA(config-subif)#ip address 192.168.13.126 255.255.255.128 • RA(config-subif)#int f0/0.15 • RA(config-subif)# encapsulation dot1Q 15 • RA(config-subif)#ip address 192.168.12.254 255.255.255.0

More Related