Difference between revisions of "CCNA Explorer 2 Static Routing"

From Teknologisk videncenter
Jump to: navigation, search
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 18:36, 21 October 2010

Static Routing

Routers and Network

Examining the Connections of the Router

Connectors
DB60 Connector
Smart Serial Connector
UTP

Examining Router Interfaces

Vis kommandoerne i packet tracer
  • show ip route
  • show interfaces
  • show ip interfaces brief
  • show running-config

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
Command interrupted by unsolicited message from IOS
logging synchronous

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)#

Configure A Serial Interface