Chapter4 Introduction to the Cisco IOS
Thông tin tài liệu:
Nội dung trích xuất từ tài liệu:
Chapter4 Introduction to the Cisco IOS Chapter4 Introduction to the Cisco IOSThe Cisco Router User InterfaceCisco Internetwork Operation System(IOS)是 Cisco 的 routers 和 switches 的内核Cisco Router IOSIOS 的一些功能:1.运载网络协议和功能2.对产生高速流量的设备进行连接3.增加网络安全性4.提供网络的可扩展性来简易化网络的增长和冗余问题5.可靠的连接网络资源你可以通过以下方式进入 IOS:1.通过 router 的 console 口,用于本地2.通过 modem 连接 auxiliary(Aux)口,用于远程3.通过 VTY 线路来 telnetBringing Up a Router当启动 1 个 router 的时候,大致将分为以下几个阶段:1.开机自检(power-on self-test,POST)2.如果 1 正常, 如果 IOS 存在的话,将从它的闪存(flash memory)查找和加载 IOS 到 RAM 中(2500 系列不加载 RAM 中,直接从闪存中运行).闪存是 1 种电子可擦除只读存储器(electronically erasable programmable read-only memory,EEPROM)3.如果 1 和 2 正常,接下来它将在非易失性 RAM(NVRAM)中查找启动配置文件 startup-config,假如没有找到任何启动配置文件,router 将进入到 setup 模式Setup Modesetup 模式可以对 router 进行些配置,但是我们不推荐使用这个方法对 router 进行配置.它分为2 种模式:1.Basic Management2.Extended Management在 setup 模式中,[]代表默认设置,你可以使用 Ctrl+C 随时退出 setup 模式Command-Line Interface当问你是否进入 setup 模式,选择 no,即进入命令行模式Logging into the Router从用户模式(user mode)进入到特权模式(exec mode),注意提示符的变化:Router>enableRouter#从特权模式退出到用户模式:Router#disableRouter>退出 router 命令行:在用户模式和特权模式下输入 logout,如下:Router#logoutRouter con0 is now availablePress RETURN to get startedOverview of Router Modes配置 router,需要进入到 1 个叫做配置模式的模式,在特权模式下输入 configure terminal 进入全局配置模式(global configuration mode),在这之下输入的命令叫做全局命令,一旦输入,将对整个 router 产生影响.如下,注意提示符的变化:Router#configConfigruation from terminal,memory or network[terminal]?(press Enter)Router(config)#参数 terminal,memory 和 network 的区别:1.configure terminal:配置 router 的 running-config,所谓 running-config 即为当前运行在动态RAM(DRAM)的配置文件2.configure memory: 配置 router 的 startup-config,所谓 startup-config 即为存储在 router 的NVRAM 里的配置文件3.configure network:配置存储在 TFTP 主机的配置文件Interfaces在全局配置模式下切换 router 接口,输入 interface 命令,?用于提示可选参数,为如下:Router(config)#interface ?(略)Serial Serial前半部分为参数,后半部分为描述,接着输入 serial 0,进入 router 接口配置模式,如下:Router(config)#interface serial 0Router(config-if)#Subinterfaces在 router 的某个接口划分逻辑子接口(subinterface),输入命令进入子接口模式,如下,注意提示符:Router(config)#interface fa0/0.? FastEhernet interface numberRouter(config)#interface fa0/0.1Router(config-subif)#Line Command进入线路配置模式,注意提示符,如下:Router(config)#line console 0Router(config-line)#Routing Protocol Configurations给 router 配置路由协议,比如 RIP,注意提示符,如下:Router(config)#router ripRouter(config-router)#从全局模式退出到特权模式可以使用快捷键 Ctrl+ZEditing and Help Features一些特写:1.在命令行下输入?,将得到该模式下可以使用的命令列表以及其描述2.假如你不确定 1 个命令是如何写的,比如你只记得是字母 c 开头,你可以输入 c 加 1 个?,将得到该模式下可以使用的所有命令:Router#c?clear clock configuration connect copyRouter#clock ?set Set the time and date3.假如你输入的命令不完整,将得到 1 个错误提示:Imcomplete command,这样有助于分析命令哪出错了4.router 支持命令缩写,比如 show 可以缩写为 sh,sho,但是假如你像如下那样输入了不完整的缩写,将得到错误提示:Ambiguous commandRouter#sh te% Ambiguous command: sh teRouter#sh te?tech-support template terminal一切其他的快捷键:1.Ctrl+A:把光标快速移动到整行的最开始2.Ctrl+E:把光标快速移动到整行的最末尾3.Esc+B:后退 1 个单词4.Ctrl+B:后退 1 个字符5.Esc+F:前进 1 个单词6.Ctrl+F:前进 1 个字符7.Ctrl+D:删除单独 1 个字符8.Backspace:删除单独 1 个字符9.Ctrl+R:重新显示 1 行10.Ctrl+U:擦除 1 整行11.Ctrl+W:删除 1 个单词12.Tab:自动补齐命令13.Up arrow 或者 Ctrl+P:显示之前最后输入过的命令14.Down arrow 或者 Ctrl+N:显示之前刚刚输入过的命令其他的一些关于历史的命令:1.show history:显示最后输入的 10 条命令,默认是 10 条,可以修改该值2.terminal history size:修改显示最后输入过的的命令的数量,默认是 10 条,最大是 256 条3.show terminal:显示命令历史缓存大小,如下:Router#sh terminal(略)History is enabled,history size is 10(略)Router#terminal history size ? Size of history bufferRouter#terminal history size 25Router#sh terminal(略)History is enabled,history size is 25(略)Gather Basic Routing Informationshow version:显示系统硬件的基本配置和软件版本,以及配置文件的名字和来源,还有启动镜象,最后是 configuration register 的值Set Passwords:有 5 种密码用于加密你的 Cisco router:1.控制口(console)2.辅助口(AUX)3.VTY4.enable password5.enable secretEnable Passwordsenable password:给 console 和 AUX 口加密,防止未授权用户进入特权模式,但是密码是非加密形式enable secret:给 console 和 AUX 口加密,防止未授权用户进入特权模式,密码是加密形式,并且一旦起用了这个密码,将凌驾于 enable password 之上,如果同时设置了 enable password 和enable secret 的情况下,必须输入不同的密码,如下:Router(config)#enable password 123Router(config)#enable secret 123The enable password you have chosen is the same as your enable secret.This is notrecommended.Re-enter the enable passwordRouter(config)#enable secret 321如果 VTY 线路的密码没有设置,你将无法使用 telnet 来连上它Auxiliary Password配置 AUX 密码:Router#conf tRouter(config)#line aux ? First line numberRouter(config)#line aux 0Router(config-line)#loginRouter(config-line)#password 123Console Password配置 console 密码以及一些辅助命令:Router#conf tRouter(config)#line console ? First line numberRouter(config)#line console 0Router(config-line)#loginRouter(config-line)#password 123Router(config-line)#exec-timeout ? Timeout in minutesRouter(config-line)#exec-timeout 0 ? Timeout in secondsRouter(config-line)#exec-timeout 0 0Router(config-line)#logging synchonousexec-timeout 命令:如果 X 分钟 X 秒不活动的话将自动退出,默认是 10 分钟,0 0 代表永远不自动退出logging synchronous:光标跟随Telnet Password配置 VTY 密码:如果你的 IOS 不是企业版(Enterprise edition),默认你只能有 5 条 VTY 线路,线路 0 到 4.配置如下:Router(config-line)#line vty 0 ? Last Line NumberRouter(config-line)#line vty 0 4Router(config-line)#loginRouter(config-line)#password 123刚才说过了,如果你的 VTY 线路没有配置密码的话,你将无法 telnet 连上它,它会报错:VTY 线路没有配置密码.但是你可以取消 VTY 密码,这样就可以在没有密码的情况下进行 telnet,处于安全考虑,此方法不推荐,配置如下:Router(config-line)#line vty 0 4Router(config-line)#no loginEncryption Your Passwords只有 enable secret 是加密的,当你在特权模式下输入 sh running-config 显示 DRAM 的配置文件时,其他密码将被罗列出来:Router#sh run(略)!enable secret jhdflkdfg$#sdfenable password 123!(略)对密码进行加密:在全局配置模式下使用 service password-encryption 命令Bannersbanner 类似标语,问候语.最常用的是 MOTD(message of the day),分界符用于分隔信息,但是分隔符不能出现在 MOTD 信息中,如下:Router(config)#banner motd #The Router is mine#Router(config)#^Z(Ctrl+Z)Router#exitRouter con0 is now availablePress RETURN to get startedThe Router is mineRouter>其他的 3 种 banner:1.exec banner2.incoming banner3.login bannerRouter Interfaces配置 router 的接口,一般命令模式采用:interface type number 的格式,比如:Router(conf ...
Tài liệu cùng danh mục:
-
70 trang 358 0 0
-
61 trang 285 0 0
-
Tài liệu về Cấu Hình Switch Cơ Bản
9 trang 199 0 0 -
46 trang 176 0 0
-
Top 10 chứng chỉ CNTT quan trọng nhất hiện nay
6 trang 138 0 0 -
349 trang 122 0 0
-
Chứng chỉ quốc tế nào cần thiết cho các ứng viên CNTT
8 trang 121 0 0 -
Chapter 6 Inter – VLAN Routing
29 trang 121 0 0 -
BÀI 3. CÁC PHƯƠNG PHÁP KIỂM THỬ
24 trang 119 0 0 -
159 trang 112 0 0
Tài liệu mới:
-
Khảo sát tình trạng dinh dưỡng trước mổ ở người bệnh ung thư đại trực tràng
9 trang 21 0 0 -
94 trang 19 0 0
-
Tham vấn Thanh thiếu niên - ĐH Mở Bán công TP Hồ Chí Minh
276 trang 20 0 0 -
Kết hợp luân phiên sóng T và biến thiên nhịp tim trong tiên lượng bệnh nhân suy tim
10 trang 19 0 0 -
Đề thi giữa học kì 1 môn Ngữ văn lớp 9 năm 2024-2025 có đáp án - Trường THCS Nguyễn Trãi, Thanh Khê
14 trang 21 0 0 -
Đánh giá hiệu quả giải pháp phát triển thể chất cho sinh viên Trường Đại học Kiến trúc Hà Nội
8 trang 20 0 0 -
Tỉ lệ và các yếu tố liên quan đoạn chi dưới ở bệnh nhân đái tháo đường có loét chân
11 trang 20 0 0 -
39 trang 19 0 0
-
Đề thi học kì 1 môn Tiếng Anh lớp 6 năm 2024-2025 có đáp án - Trường TH&THCS Quang Trung, Hội An
6 trang 19 1 0 -
Tôm ram lá chanh vừa nhanh vừa dễRất dễ làm, nhanh gọn mà lại ngon. Nhà mình
7 trang 19 0 0