1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. H3C路由器常用配置命令

        時間:2022-05-10 08:59:56 H3C認證 我要投稿
        • 相關推薦

        H3C路由器常用配置命令

          H3C路由器怎么配置?配置基本命令有哪些?下面跟yjbys小編一起來學習一下吧!

          1、system-view 進入系統視圖模式

          2、sysname R1 為設備命名為R1

          3、display ip routing-table 顯示當前路由表

          4、 language-mode Chinese|English 中英文切換

          5、interface Ethernet 0/0 進入以太網端口視圖

          6、 ip address 192.168.1.1 255.255.255.0 配置IP地址和子網掩碼

          7、 undo shutdown 打開以太網端口

          8、 shutdown 關閉以太網端口

          9、 quit 退出當前視圖模式

          10、 ip route-static 192.168.2.0 255.255.255.0 192.168.12.2 description To.R2 配置靜態路由

          11、 ip route-static 0.0.0.0 0.0.0.0 192.168.12.2 description To.R2 配置默認的路由

          H3C S3100 Switch

          H3C S3600 Switch

          H3C MSR 20-20 Router

          ##########################################################################################

          1、調整超級終端的顯示字號;

          2、捕獲超級終端操作命令行,以備日后查對;

          3、 language-mode Chinese|English 中英文切換;

          4、復制命令到超級終端命令行,粘貼到主機;

          5、交換機清除配置 :reset save ;reboot ;

          6、路由器、交換機配置時不能掉電,連通測試前一定要

          檢查網絡的連通性,不要犯最低級的錯誤。

          7、192.168.1.1/24 等同 192.168.1.1 255.255.255.0;在配置交換機和路由器時, 192.168.1.1 255.255.255.0 可以寫成:

          192.168.1.1 24

          8、設備命名規則:地名-設備名-系列號例:PingGu-R-S3600

          H3C交換機的一些簡單配置

          2009-11-25 18:49

          這里使用的H3C交換機是H126A,僅僅只做了最基本的配置以滿足使用。

          配置中可以通過display current-configura命令來顯示當前使用的配置內容。

          # 配置VLAN 1

          system-view

          System View: return to User View with Ctrl+Z.

          [Sysname]vlan 1

          [Sysname-vlan1] quit

          [Sysname]management-vlan 1

          [Sysname]interface Vlan-interface 1

          [Sysname-Vlan-interface1] ip address 10.0.1.201 255.255.255.0

          # 顯示VLAN 接口1 的相關信息。

           display ip interface Vlan-interface 1

          # 創建VLAN(H3C不支持cisco的VTP,所以只能添加靜態VLAN)

          system-view

          System View: return to User View with Ctrl+Z.

          [H3C_TEST]vlan 99

          [H3C_TEST-vlan99]name seicoffice

          [H3C_TEST-vlan99]quit

          # 把交換機的端端口劃分到相應的Vlan中

          [H3C_TEST]interface ethernet1/0/2       //進入端口模式

          [H3C_TEST-Ethernet1/0/2]port link-type access //設置端口的類型為access

          [H3C_TEST-Ethernet1/0/2]port access vlan 99  //把當前端口劃到vlan 99

          [H3C_TEST]vlan 99

          [H3C_TEST-vlan99]port ethernet1/0/1 to ethernet1/0/24  //把以及網端口1/0/1到1/0/24劃到vlan99

          [H3C_TEST-vlan99]quit

          [H3C_TEST-GigabitEthernet1/2/1]port trunk permit vlan 1 99 // {ID|All} 設置trunk端口允許通過的VLAN

          -------------------------------------------------------------------------------------------------------

          # 配置本地用戶

          system-view

          System View: return to User View with Ctrl+Z.

          [Sysname]local-user h3c

          New local user added.

          [Sysname-luser-h3c]service-type telnet level 3

          [Sysname-luser-h3c]password simple h3c

          # 配置歡迎信息

          [H3C_TEST]header login %Welcome to login h3c!%

          # 配置用戶認證方式telnet(vty 0-4)

          [H3C_TEST]user-interface vty 0 4

          [H3C_TEST-ui-vty0-4]authentication-mode scheme

          [H3C_TEST-ui-vty0-4]protocol inbound telnet

          [H3C_TEST-ui-vty0-4]super authentication-mode super-password

          [H3C_TEST-ui-vty0-4]quit

          [H3C_TEST]super password level 3 simple h3c //用戶登陸后提升權限的密碼

          # 配置Radius策略

          [H3C_TEST]radius scheme radius1

          New Radius scheme

          [H3C_TEST-radius-radius1]primary authentication 10.0.1.253 1645

          [H3C_TEST-radius-radius1]primary accounting 10.0.1.253 1646

          [H3C_TEST-radius-radius1]secondary authentication 127.0.0.1 1645

          [H3C_TEST-radius-radius1]secondary accounting 127.0.0.1 1646

          [H3C_TEST-radius-radius1]timer 5

          [H3C_TEST-radius-radius1]key authentication h3c

          [H3C_TEST-radius-radius1]key accounting h3c

          [H3C_TEST-radius-radius1]server-type extended

          [H3C_TEST-radius-radius1]user-name-format without-domain

          # 配置域

          [H3C_TEST]domain h3c

          [H3C_TEST-isp-h3c]authentication radius-scheme radius1 local

          [H3C_TEST-isp-h3c]scheme radius-scheme radius1 local

          [H3C_TEST]domain default enable h3c

          # 配置在遠程認證失敗時,本地認證的key

          [H3C_TEST]local-server nas-ip 127.0.0.1 key h3c

        【H3C路由器常用配置命令】相關文章:

        H3C路由器配置命令07-19

        2016年H3C常用查詢配置命令08-31

        Cisco路由器配置命令大全04-06

        h3c交換機清除配置命令01-27

        h3c交換機保存配置命令09-13

        H3C路由器簡單配置04-06

        H3C路由器tracert命令怎么開啟04-12

        CISCO路由器配置命令詳解設置試題08-28

        h3c交換機配置telnet配置教程09-23

        h3c交換機劃分vlan命令07-29

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>