• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦 > 學習電腦 > 電腦安全 > 防火墻知識 > CiscoIOS思科路由器交換機防火墻命令解析

    CiscoIOS思科路由器交換機防火墻命令解析

    時間: 林澤1002 分享

    CiscoIOS思科路由器交換機防火墻命令解析

      你知道CiscoIOS思科路由器交換機防火墻是怎么解析的嗎,他的命令解析如阿呢?下面是學習啦小編跟大家分享的是CiscoIOS思科路由器交換機防火墻命令解析,歡迎大家來閱讀學習。

      CiscoIOS思科路由器交換機防火墻命令解析

      路由 交換機 防火墻

      路由器

      路由協議

      主命令和子命令示例

      route>enable 進入

      route>disable 退出

      show running-config 當前工作信息

      show ip route

      show version

      route(config)#enable password 123456

      router(config)#hostname binghe

      route (config-if)# no shutdown 啟動

      全局命令

      Route#config terminal 全局配置模式

      Router(config)#config f0/0進入配置接口

      Router(config)#interface fastethernet0/0 配置主命令

      Route(config-if) ip address 10.0.0.1 255.255.255.0

      Route(config-if)#exit返回配置模式

      Route (config) # exit返回特權模式

      Route#

      保存配置

      RA#copy running-config start-config 保存配置

      RA#copy startup-config config-start 恢復配置

      允許telnet

      R2(config)#line vty 0 ? 查看有多少telnet接口

      R2(config-line)#line vty 0 700

      R2(config-line)#no login telnet 不允許密碼

      啟用域名解析

      R2(config)#ip domain-lookup

      R2(config)#ip name-server 8.8.8.8

      思科路由配置模式簡介

      用戶模式 Router>

      特權模式 Router#

      全局配置模式Router(config)#

      接口配置模式 Router(config-if)#

      自接口配置模式Router(config-subif)#

      Line模式 Router (config-Line)#

      路由模式Router(config-router)#

      路由模式切換

      從用戶模式到特權模式 Router>enable

      從特權模式返回用戶模式Router#disable

      退出控制臺 Router>logout(eixt)

      進入全局模式配置 Router#configure terminal

      進入接口模式配置 Router(config)# interface Port#

      進入子接口配置模式 Router(config)#interface Subport#

      Line配置模式Router(config)#line Type#

      路由模式 Router(config) # router rip

      指定主機名

      Router(config)#hostname 2500

      2500 (config)#

      路由基本配置命令

      更改休止超時

      默認情況下,10分鐘之后路由將自動用戶退出,可以利用exec-timeout命令改變這個時間

      Router(config) # Line line_type_#

      Router(config-line)#exec-timeout minutes seconds

      如果想讓某調線路永遠不超時,可以將分鐘和秒鐘的值設為0

      Router(config)#lineconsole 0

      Router(config-line)#exec-timeout 0 0

      配置路由器接口

      Router(config)#interface type [slot#]/port#

      Router(config-if)#Router(config-line)

      l type 同步串口 serial async串行,ISDN bri和pri atm fddi tokenring ethernet faseternet gigabitrthnet

      l 在沒有額外插槽的情況可以省略插槽號 。 例如 ethernet0 e0 serial0 s0 bri0

      添加接口描述

      Router(config)#interface type [slot#]/port

      Router(config-if)#description

      interface_description

      啟用或禁用接口 (默認是禁用的)

      Router(config)#interface type [slot#]/port#

      Router(config-if)#no shutdown

      Router(config)#interface type [solr#]/port#

      Router(config-if)#shutdown

      配置LAN接口

      Router(config)# interface ethternet [solt#]/port#

      Router(config-if)#speed 10|100|auto

      Router(config)# [no]half-douplex

      Speed 是指定端口速度,推薦設定為auto

      Half-duplex 是指半雙工

      No Half-duplex 是指全雙工

      配置串行接口

      把一個端口設置成能夠執行外部DEC的功能

      Router(config)# interface serial [solt#]/port#

      Router(config)# clock rate rate_in_bits_per_second

      如果不能確定那臺路由器擁有這條線纜的DTE,那臺路由器

      擁有DCE端,可以試用下面命令查看

      Router> show controller serial [slot#]/port#

      配置帶寬參數

      Router(config)#interface serial [solt#]/port#

      Router(config-if)#banwide rate_in_kbps

      例如 將一個是時鐘為 56000 bit/s 的串行接口的帶寬改為 56kb/s

      Router(config)#interface serial 0

      Router(config-if)#bandwidth 56

      配置ip尋址信息

      IP地址的分配

      Router(config)#interface type[slot]/port#

      Router(config)#ip address ip_address subnet_mask

      例如

      Router(config)#interface Ethernet 0

      Router(config)#ip address 192.168.1.1 255.255.255.0

      Router(config)#no shutdown

      Router(config)#exit

      驗證路由器的操作

      查看接口的狀態和配置

      Route# show interface [type [slot_#]/port_#]

      查看接口的IP配置

      Route# show IP interface

      查看路由器解析表中的靜態和動態DNS條目

      Route# show hosts

      查看路由器的綜合信息

      Route# show version

      交換機

      核心層交換機

      匯聚層交換機

      接入層交換機

      pix防火墻

      進入命令

      en

      config t

      int e0

      ip add 2.2.2.2 255.255.255.0

      安裝命令

      show ver 查看版本

      添加序列號

      activation-key 0xd2390d2c 0x9fc4b36d 0x98442d99 0xeef7d8b1

    CiscoIOS思科路由器交換機防火墻命令解析相關文章:

    1.Cisco路由器交換機防火墻配置命令詳解

    2.cisco防火墻配置命令應用在哪

    3.cisco防火墻怎么樣設置交換機

    4.cisco ASA防火墻如何配置

    5.cisco交換機安全配置設定命令詳解

    6.思科路由器防火墻如何配置

    2820414 主站蜘蛛池模板: 97色在线视频观看香蕉| 亚洲第九十七页| 一个人看的免费高清视频www| 精品久久中文字幕| 好男人www社区| 免费看美女吃男生私人部位 | 在线免费观看一级毛片| 小呦精品导航网站| 亚洲欧美成人日韩| 香蕉网站在线观看| 欧美一级做一a做片性视频| 国产片91人成在线观看| 国产草草影院ccyycom| 亚洲日韩欧美一区二区三区在线| 2021国内精品久久久久久影院| 日韩欧美精品在线观看| 嘟嘟嘟www在线观看免费高清| av网站免费线看| 模特侨依琳大尺度流出| 国产成人av免费观看| 久久亚洲精品中文字幕| 4399理论片午午伦夜理片| 日本高清乱理论片| 任我爽精品视频在线播放| www香蕉视频| 成人欧美一区二区三区的电影| 亚洲熟妇av一区二区三区宅男| 毛片基地看看成人免费| 日韩乱码人妻无码中文字幕视频 | 成人国产永久福利看片| 国产丝袜第一页| aaa特级毛片| 最新国产精品精品视频| 国产一卡2卡3卡4卡公司在线| 99久久99这里只有免费费精品 | 国产一区韩国女主播| 97国产在线视频| 我和岳乱妇三级高清电影| 亚洲熟妇AV乱码在线观看| 91在线丨亚洲| 小箩莉奶水四溅小说|