亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

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

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

      時間: 林澤1002 分享

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

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

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

        路由 交換機 防火墻

        路由器

        路由協(xié)議

        主命令和子命令示例

        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返回特權(quán)模式

        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>

        特權(quán)模式 Router#

        全局配置模式Router(config)#

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

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

        Line模式 Router (config-Line)#

        路由模式Router(config-router)#

        路由模式切換

        從用戶模式到特權(quán)模式 Router>enable

        從特權(quán)模式返回用戶模式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

        如果想讓某調(diào)線路永遠不超時,可以將分鐘和秒鐘的值設為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 是指全雙工

        配置串行接口

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

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

        Router(config)# clock rate rate_in_bits_per_second

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

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

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

        配置帶寬參數(shù)

        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

        驗證路由器的操作

        查看接口的狀態(tài)和配置

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

        查看接口的IP配置

        Route# show IP interface

        查看路由器解析表中的靜態(tài)和動態(tài)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