Difference between revisions of "CCNA Explorer 2 Static Routing"
From Teknologisk videncenter
m (New page: =Static Routing= ==Routers and Network== ===Examining the Connections of the Router=== {| |800px|left|thumb|Connectors |- |[[Image:ScreenShot722.jpg|800px|left|...) |
m (→Verify Ethernet interfaces) |
||
Line 47: | Line 47: | ||
Router(config-if)# | Router(config-if)# | ||
</pre> | </pre> | ||
+ | ===Configure A Serial Interface=== |
Revision as of 17:36, 21 October 2010
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)#