© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.18-1 Operating and Configuring Cisco IOS Devices Configuring a Router.

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Starting a Switch.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Cisco Devices.
© 2006 Cisco Systems, Inc. All rights reserved.BCMSN v Defining VLANs Implementing Trunks.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Understanding the OSI Model.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary The Cisco Discovery Protocol is an information-gathering tool used by network.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Completing ISDN Calls Configuring ISDN BRI and PRI.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The Cisco IOS software platform is implemented on most Cisco hardware platforms,
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS TE Overview Configuring MPLS TE on Cisco IOS Platforms.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Managing Router Startup and Configuration.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary A WAN allows the transmission of data across broad geographic distances. There.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring an MP-BGP Session Between PE Routers.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Discovering Neighbors on the Network.
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Configuring Additional Cisco CallManager Express Features Configuring Cisco CallManager Express.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Transit Autonomous Systems Monitoring and Troubleshooting IBGP in a Transit AS.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Transit Autonomous Systems Configuring a Transit AS.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Attributes Setting BGP Local Preferences.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring Small-Scale Routing Protocols Between PE and CE Routers.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Manipulating Routing Updates Implementing Advanced Cisco IOS Features: Configuring DHCP.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Managing IP Traffic with ACLs Introducing ACLs.
Транксрипт:

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview Router Configuration Modes Configuring a Router from the Command Line Configuring Router Interfaces Configuring the Router IP Address Verifying the Interface Configuration Summary Lab Exercise 8-3: Completing Router Startup and Initial Configuration Lab Exercise 8-4: Using the Router CLI Lab Exercise 8-5: Operating and Configuring a Cisco IOS Device

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Overview of Router Modes

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Saving Configurations Copies the current configuration to NVRAM

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Sets the local identity or message for the accessed router or interface Configuring Router Identification

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Configuring a Router Password

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Other Console-Line Commands Router(config)#line console 0 Router(config-line)#exec-timeout Router(config)#line console 0 Router(config-line)#logging synchronous Modifies console session timeout Redisplays interrupted console input

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Router(config)#interface type number Router(config-if)# type includes serial, ethernet, token ring, fddi, hssi, loopback, dialer, null, async, atm, bri, tunnel, and so on number is used to identify individual interfaces Router(config-if)#exit Quits from current interface configuration mode Router(config)#interface type slot/port Router(config-if)# For modular routers, selects an interface Configuring an Interface

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Enter Global Configuration Mode Router(config-if)#clock rate Router(config-if)# Router(config)#interface serial 0/0 Router(config-if)# Router#configure terminal Router(config)# Router(config-if)#bandwidth 64 Router(config-if)#exit Router(config)#exit Router# Specify Interface Set Clock Rate (on DCE interfaces only) Set Bandwidth (recommended) Configuring a Serial Interface

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Router#configure terminal Router(config)#interface serial 0 Router(config-if)#no shutdown %LINK-3-UPDOWN: Interface Seria0, changed state to up %LINEPROTO-5-UPDOWN: Line Protocol on Interface Serial0, changed state to up Enables an interface that is administratively shut down Router#configure terminal Router(config)#interface serial 0 Router(config-if)#shutdown %LINK-5-CHANGED: Interface Serial0, changed state to administratively down %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down Administratively turns off an interface Disabling or Enabling an Interface

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Unique addressing allows communication between end stations. Path choice is based on destination address. Configuring IP Addresses

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Router show interfaces Command

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Interpreting the Interface Status

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Verifying a Serial Interface Configuration

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Shows the cable type of serial cables Serial Interface show controller Command

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary From the privileged EXEC mode, the global configuration mode can be entered, providing access to other configuration modes such as the interface configuration mode or line configuration mode. The CLI will be used to configure the router name, password, and other console commands. The main function of a router is to relay packets from one network device to another. To do this, the characteristics of the interfaces through which the packets are received and sent must be defined. Interface characteristics such as the IP address and bandwidth are configured using the interface configuration mode.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) In a TCP/IP environment, end stations communicate seamlessly with servers or other end stations. This communication occurs because each node using the TCP/IP protocol suite has a unique 32-bit logical IP address. When the router interface configuration has been completed, it can be verified by using show commands.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v