CCNA Explorer 2 Static Routing
From Teknologisk videncenter
Revision as of 17:35, 21 October 2010 by Rael (talk | contribs) (New page: =Static Routing= ==Routers and Network== ===Examining the Connections of the Router=== {| |800px|left|thumb|Connectors |- |[[Image:ScreenShot722.jpg|800px|left|...)
Contents
Static Routing
Routers and Network
Examining the Connections of the Router
Examining Router Interfaces
Vis kommandoerne i packet tracer
|
Configure an Ethernet Interface
R1(config)#interface fastethernet 0/0 R1(config-if)#ip address 172.16.3.1 255.255.255.0 R1(config-if)#no shutdown
Verify Ethernet interfaces
show interfaces fastethernet 0/0
show ip interface brief
Router#show running-config <output omitted> interface FastEthernet0/0 ip address 172.16.3.1 255.255.255.0 <output omitted>
Router(config-if)#int fa0/1 Router(config-if)#ip address 172.16.3.2 255.255.255.0 172.16.3.0 overlaps with FastEthernet0/0 Router(config-if)#