brief talk on static routing configuration experiment

4

Click here to load reader

Upload: cassandra-shaffer

Post on 22-Apr-2017

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Brief Talk on Static Routing Configuration Experiment

Brief Talk on Static Routing Configuration Experiment

Our aim is to communicate between these four routes on this experiment, that is to say, can ping each other.      We can see that, when all of the Routers are connected together, the same network segment can visit each other, but how can we make the routing between different network segments that can also access each other? That is static routing configuration. Someone may ask why not use the dynamic routing protocol? Yes, when there are too many devices we would certainly consider giving priority to the use of dynamic routing protocol configuration, because it would be more convenient. However, we are now doing experiment just to master the skill. Here is the each routing configurations for your reference.

All routes are using the "NM-4A / S" Interface

Router1

Router>en          / / Enter into privilege modeRouter#conf t          / / Enter into configuration modeRouter(config)#int s1/0          // Enter into the S1/0 router portsRouter(config-if)#ip add 192.168.1.1 255.255.255.0          // Configure the ip address to s1 / 0 portRouter(config-if)#clock rate 64000          // Configure the clock to 64000Router(config-if)#no sh          // Start the portRouter(config-if)#exit          // Exit the s1 / 0 portRouter(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.2          //Configure static routing table for the routerRouter(config)#ip route 192.168.3.0 255.255.255.0 192.168.1.2  // Configure static routing table 1

Page 2: Brief Talk on Static Routing Configuration Experiment

for the routerRouter(config)#exit          //Exit the configuration mode

Router2

Router>enRouter#conf tRouter(config)#int s1/0Router(config-if)#ip add 192.168.1.2 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#int s1/1Router(config-if)#:ip add 192.168.2.1 255.255.255.0Router(config-if)#:clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2Router(config)#exit

Router3

Router>enRouter#conf tRouter(config)#int s1/1Router(config-if)#ip add 192.168.2.2 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#int s1/0Router(config-if)#ip add 192.168.3.1 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1Router(config)#exit

Router4

Router>enRouter#conf tRouter(config)#int s1/0Router(config-if)#ip add 192.168.3.1 255.255.255.02

Page 3: Brief Talk on Static Routing Configuration Experiment

Router(config-if)#clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.3.1Router(config)#exit

After the completion of the final configuration, our four routers can visit each other. Now, our experiment is basically completed.

More related:About Configuring Cisco Router 2901 / Port ForwardingSee detailed Memory Configuration on Cisco 3925 RouterStacking – WS-C3750G-24TS and X-seriesCisco 1941 vwic 2 port combine

More Cisco products and Reviews you can visit: http://www.3anetwork.com/blog

3Anetwork.com is a world leading Cisco networking products wholesaler, we wholesale original new Cisco networking equipments, including Cisco Catalyst switches, Cisco routers, Cisco firewalls, Cisco wireless products, Cisco modules and interface cards products at competitive price and ship to worldwide.Our website: http://www.3anetwork.comTelephone: +852-3069-7733Email:  [email protected]: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong

3