• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
CCNA
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
CCNA Study Notes1(3)
软件发布 CCNA Study Notes1(3)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco试题 >> CCNA Study Notes1(3)

CCNA Study Notes1(3)

添加时间: 2007-9-8 2:50:42  作者: Cisco认证考试  阅读次数:109   来源: http://www.d9soft.com

       

Following is a partial example of the setup routine:

Router# setup

--- System Configuration Dialog ---

At any point you may enter a question mark '?' for help.

Use ctrl-c to abort configuration dialog at any prompt.

Default settings are in square brackets '[]'.

Continue with configuration dialog? [yes]:

First, would you like to see the current interface summary? [yes]:

Interface IP-Address OK? Method Status Protocol

Ethernet0 172.16.72.2 YES manual up up

Serial0 unassigned YES not set administratively down down

Serial1 172.16.72.2 YES not set up up

Configuring global parameters:

Enter host name [Router]:

The enable secret is a one-way cryptographic secret used

instead of the enable password when it exists.

Enter enable secret []:

The enable password is used when there is no enable secret

and when using older software and some boot images.

Enter enable password [ww]:

Enter virtual terminal password [ww]:

Configure SNMP Network Management? [yes]:

Community string [public]:

Configure IP? [yes]:

Configure IGRP routing? [yes]:

Your IGRP autonomous system number [15]:

Configuring interface Ethernet0:

Is this interface in use? [yes]:

Configure IP on this interface? [yes]:

IP address for this interface [172.16.72.2]:

Number of bits in subnet field [8]:

Class B network is 172.16.0.0, 8 subnet bits; mask is /24
.
.
.
15. Copy and manipulate configuration files

You can copy a configuration file from a TFTP server to the running configuration or to the startup configuration. When you copy a configuration file to the running configuration, you copy to and run the file from RAM. When you copy a configuration file to the startup configuration, you copy it to the nonvolatile random-access memory (NVRAM).

Step 1 Copy a file from a TFTP server to the router copy tftp running-config

or

Copy tftp startup-config

Step 2 When prompted enter the IP address or domain ip-address or name

name of the server

Step 3 If prompted, enter the filename of the configuration filename

file

Configuration files can also be copied from an rcp server to the local router as well. You must first specify the remote username:

ip rcmd remote-username username

Use steps as above except replace tftp with rcp

to view the configuration in NVRRAM show startup-config

to view the current running configuration show running-config

to re-execute the configuration commands located in NVRAM configure memory

to erase the contents of NVRAM erase startup-config

16. List the commands to load Cisco IOS from: flash memory, a tftp server or ROM.

To configure a router to automatically boot an image in Flash memory, perform the following tasks:

Task Command

Step 1 Enter configuration mode form the terminal configure terminal

Step 2 Enter the filename of an image stored in Flash memory boot system flash [filename]

boot system flash slot0:[filename]

boot system flash slot1:[filename]

boot system flash bootflash:[filename]

Step 3 Set the configuration register to enable loading image config-register value

from Flash memory (generally 0x2102)

Step 4 Save configuration file copy running-config startup-config

To configure a route to load a system image from a network server using TFTP, rcp or MOP, use the following commands:

Task Command

Step 1 Enter configuration mode form the terminal configure terminal

Step 2 Specify the system image to be booted boot system [rcp tftp] filename [ip address]

from a network server using rcp, TFTP or

or MOP. boot system mop filename [mac-address] [int]

Step 3 Set the configuration register to enable loading config-register value

image from a network server (generally 0x010F)

Step 4 Save configuration file copy running-config startup-config

To specify the use of the ROM system image as a backup to other boot instructions in the configuration file, complete the following:

Task Command

Step 1 Enter configuration mode form the terminal configure terminal

Step 2 Enter the filename of an image stored in Flash memory boot system rom

Step 3 Set the configuration register to enable loading image config-register value

from ROM (generally 0x0101)

Step 4 Save configuration file copy running-config startup-config

17. Prepare to backup, upgrade and load a backup Cisco IOS software image.

18. List the key internetworking functions of the OSI Network layer and how they are performed in a router.

19. Describe the two parts of network addressing, then identify the parts in specific protocol address examples.

A network layer address identifies an entity at the network layer of the OSI reference model. Network addresses usually exist within a hierarchical address space. They are sometimes called virtual or logical addresses. The relationship of a network address with a device is logical and unfixed. It is typically based either on physical network characteristics (the device is on a particular network segment) or on groupings that have no physical basis (the device is part of an AppleTalk zone). End systems require one network layer address for each network layer protocol they support. (This assumes that the device has only one physical network connection.) Routers and other internetworking devices require one network layer address per physical network connection for each network layer protocol supported. For example, a router with three interfaces, each running AppleTalk, TCP/IP, and OSI, must have three network layer addresses for each interface. The router therefore has nine network layer addresses.

20. List problems that each routing type encounters when dealing with topology changes and describe techniques to reduce these problems.

Distance Vector protocols, like RIP, specify a number of features designed to make their operation more stable in the face of rapid network topology changes. These include a hop-count limit, hold-downs, split horizons, and poison reverse updates.

Hop-Count Limit - RIP permits a maximum hop count of 15. Any destination greater than 15 hops away is tagged as unreachable. RIP's maximum hop count greatly restricts its use in large internetworks, but prevents a problem called count to infinity from causing endless network routing loops.

Hold-Downs - Hold-downs are used to prevent regular update messages from inappropriately reinstating a route that has gone bad. When a route goes down, neighboring routers will detect this. These routers then calculate new routes and send out routing update messages to inform their neighbors of the route change. This activity begins a wave of routing updates that filter through the network.

Triggered updates do not instantly arrive at every network device. It is therefore possible that a device that has yet to be informed of a network failure may send a regular update message (indicating that a route that has just gone down is still good) to a device that has just been notified of the network failure. In this case, the latter device now contains (and potentially advertises) incorrect routing information.

Hold-downs tell routers to hold down any changes that might affect recently removed routes for some period of time. The hold-down period is usually calculated to be just greater than the period of time necessary to update the entire network with a routing change. Hold-down prevents the count-to-infinity problem.

Forwarding State - A port in the forwarding state forwards frames, as shown in Figure C-5. The port enters the forwarding state from the learning state through the operation of Spanning-Tree Protocol.

Disabled State - A port in the disabled state does not participate in frame forwarding or the operation of Spanning-Tree Protocol. A port in the disabled state is virtually nonoperational.

63. Describe the benefits of Virtual LANs.

VLANs provide the following benefits:

Reduced Administration Costs - Moves, adds, and changes are one of the greatest expenses in managing a network. VLANs provide an effective mechanism to control these changes and reduce much of the cost of hub and router reconfiguration.
Controlling Broadcast Activity - Similar to routers, VLANs offer an effective mechanism for setting up firewalls in a switch fabric, protecting the network against broadcast problems that are potentially dangerous, and maintaining all the performance benefits of switching.
Better Network Security - You can increase security easily and inexpensively by segmenting the network into distinct broadcast groups. VLANs therefore can be used to provide security firewalls, restrict individual user access, flag any unwanted intrusion to the network, and control the size and composition of the broadcast domain.
Leveraging Existing LAN Hub Investments - Organizations have installed many shared hub chassis, modules, and stackable devices in the past three to five years. You can leverage this investment by using backplane hub connections. It is the connections between shared hubs and switches that provide opportunities for VLAN segmentation.

 

上下文章:

 

上一篇文章: CCNA Study Notes1(2) 下一篇文章: CiscoCCNP-BCRAN(1)

相关文章:

  • CCNA中文笔记-VLAN
  • CCNA中文笔记-Managing a Cisco Interwork(1)
  • CCNA中文笔记-Router
  • CCNA中文笔记-Managing Traffic with Access Lists
  • CCNA中文笔记-Wide Area Networking Protocols

相关软件:

  • ATnotes V9.3 汉化补丁
  • ATnotes V9.5
  • Bookmark Notes V2.01 汉化版
  • Bookmark Notes V2.01
  • Cool Notes V4.0
  • ScreenNotes V2.1

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • Cisco试题:验证主机联通性
  • 思科认证考生问答竞选集(2)
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • Cisco试题:保存路由器配置文件
  • 3个CCIE对一个工程师的面试题
  • Cisco试题:OSPF协议
  • Cisco试题:UDP考题分析
  • Cisco试题:虚拟局域网
  • Cisco试题:CCNA-OSI参考模型

Cisco试题阅读排行

  • 思科认证考试(CCNA)考试模拟...
  • CCNABRAINDUMP6(1)
  • Cisco试题:保存路由器配置文件
  • 关于Cisco路由协议题和答案(中文)...
  • CiscoCCNA考试56题(1)
  • Cisco试题库:ccna最新真题(下)(3)
  • 关于Cisco路由协议题和答案(中文)...
  • Cisco试题库:ccna最新真题(下)(1)
  • CCNA认证考试 (collected from Br...
  • CCNA Study Notes1(3)

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 思科考试认证(CISCO) CCNA考试就...
  • 我的CISCO认证学习笔记总结
  • CCNA简介
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco经验介绍:ping命令之解惑
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有