乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      作為網(wǎng)絡(luò)工程師必須牢記的幾個命令,新手福利來了

       gztxd 2019-07-11

      設(shè)置系統(tǒng)名稱

      執(zhí)行命令sysname host-name,設(shè)置設(shè)備名稱。

      <HUAWEI> system-view [HUAWEI] sysname Switch [Switch] undo sysname //恢復(fù)主機名到缺省情況 [HUAWEI] qui

      配置設(shè)備的日期和時間。

      執(zhí)行命令clock datetime設(shè)置當(dāng)前時間和日期。

      <HUAWEI> clock datetime 08:00:00 2018-12-01 

      執(zhí)行命令clock timezone,配置設(shè)備所在地區(qū)及其對應(yīng)的時區(qū)。

      <HUAWEI> system-view [HUAWEI] clock timezone Beijing add 08:00:00

      執(zhí)行命令display clock,查看系統(tǒng)當(dāng)前日期和時鐘。

      [HUAWEI] display clock 2018-12-01 08:02:30+08:00 Saturday Time Zone(Beijing) : UTC+08:00 

      配置設(shè)備管理IP地址和缺省網(wǎng)關(guān)。

      對于有管理網(wǎng)口的設(shè)備,在管理網(wǎng)口下配置管理IP地址。

      [HUAWEI] interface MEth 0/0/1[HUAWEI-MEth0/0/1] ip address 10.10.10.2 255.255.255.0 //設(shè)備管理IP[HUAWEI-MEth0/0/1] quit[HUAWEI] ip route-static 0.0.0.0 0 10.10.10.1 //設(shè)備缺省網(wǎng)關(guān)

      對于沒有管理網(wǎng)口的設(shè)備,在Vlanif接口下配置管理IP地址。

      [HUAWEI] interface Vlanif 10[HUAWEI-Vlanif10] ip address 10.10.10.2 255.255.255.0 //設(shè)備管理IP[HUAWEI-Vlanif10] quit[HUAWEI] ip route-static 0.0.0.0 0 10.10.10.1 //設(shè)備缺省網(wǎng)關(guān)

      執(zhí)行命令display ip interface brief,查看接口上IP地址的簡要信息。執(zhí)行命令display ip routing-table,查看IP路由信息。

      作為網(wǎng)絡(luò)工程師必須牢記的幾個命令,新手福利來了

      配置STelnet協(xié)議實現(xiàn)登錄設(shè)備。

      執(zhí)行命令ssh user,配置SSH用戶相關(guān)參數(shù);執(zhí)行命令local-user,配置本地用戶相關(guān)參數(shù),實現(xiàn)通過SSH協(xié)議登錄設(shè)備。

      <HUAWEI> system-view [HUAWEI] user-interface vty 0 4 [HUAWEI-ui-vty0-4] authentication-mode aaa //配置VTY用戶認(rèn)證方式為AAA認(rèn)證 [HUAWEI-ui-vty0-4] protocol inbound ssh //VTY用戶界面所支持的協(xié)議缺省為SSH協(xié)議。 [HUAWEI-ui-vty0-4] quit [HUAWEI] aaa [HUAWEI-aaa] local-user admin password irreversible-cipher admin@123 //創(chuàng)建與SSH用戶同名的本地用戶和對應(yīng)的登錄密碼 [HUAWEI-aaa] local-user admin service-type ssh terminal //配置本地用戶的服務(wù)方式 [HUAWEI-aaa] local-user admin privilege level 15 //配置本地用戶級別 [HUAWEI-aaa] quit [HUAWEI] ssh user admin //創(chuàng)建SSH用戶 [HUAWEI] ssh user admin authentication-type password //配置SSH用戶的認(rèn)證方式為password [HUAWEI] ssh user admin service-type stelnet //配置SSH用戶的服務(wù)方式 [HUAWEI] stelnet server enable //使能設(shè)備的STelnet服務(wù)器功能

      查看當(dāng)前設(shè)備配置信息。

      執(zhí)行命令display current-configuration,查看設(shè)備當(dāng)前配置。

      <HUAWEI> system-view [HUAWEI] display current-configuration | include ip  ip address 10.10.10.2 255.255.255.0 ip route-static 0.0.0.0 0.0.0.0 10.10.10.1 

      查詢系統(tǒng)信息的命令

      • display current-configuration,查看系統(tǒng)配置。
      • display interface brief,查看接口摘要信息。
      • display clock,查看系統(tǒng)當(dāng)前日期和時鐘。
      • display ip interface brief,查看接口上IP地址的簡要信息。
      • display ip routing-table,查看系統(tǒng)路由信息。
      • display user-interface,查看用戶界面的物理屬性和配置。
      • display local-user,查看本地用戶列表。
      • display ssh user-information,在SSH服務(wù)器端查看SSH用戶信息。
      • display ssh server status,查看SSH服務(wù)器的全局配置信息。
      • display ssh server session,查看與SSH客戶端連接的會話信息。

        本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多