freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

gwdepon培訓ppt課件(編輯修改稿)

2025-02-06 15:42 本頁面
 

【文章內(nèi)容簡介】 默認 EPON_V2R1 如: EPON_V2R1(config)config hostname gwtt gwtt(config) ? 空閑超時關閉時間 Show screenidletimeout Screen idletimeout 035791 默認 20min undo screenidletimeout 2022年 2月 7日 58 界面管理 ? 終端每屏輸出的行數(shù) show screen lines screen lines 0512 默認 23 undo screen lines 如: EPON_V2R1(config)screen lines 50 EPON_V2R1(config)show screen lines This screen line length is 50 EPON_V2R1(config)undo screen lines EPON_V2R1(config)show screen lines This screen line length is 23 EPON_V2R1(config) 注:當 screen lines設置為 0時,即取消顯示行數(shù)限制,顯示結果直接顯示完畢 ? 顯示已輸入的歷史命令 show mandhistory 2022年 2月 7日 59 界面管理 ? 清除屏幕顯示 clear ? 退出登錄 logout或 quit 對于 tel同時斷開連接 2022年 2月 7日 60 用戶管理 ? 使能用戶管理 config loginauthentication enable 默認為 disable 在使能用戶管理前,串口登錄不需要輸入用戶名和密碼,但使能后必須輸入用戶名和密碼 ? 添加用戶 user add username loginpassword login_password 默認新添加的用戶帳號權限都是普通用戶( NORMAL),如:添加用戶名 anna,登錄密碼 123456 EPON V2R1(config) user add Anna loginpassword 123456 (回車) EPON_V2R1(config) ? 修改用戶權限 user role username ADMIN enablepassword enable_password user role username NORMAL 2022年 2月 7日 61 用戶管理 ? 修改密碼 ? 管理員修改自己的登錄密碼 enablepassword loginpassword ? 管理員修改其它用戶的登錄密碼 user enablepassword username user loginpassword username ? 查看用戶配置 user list,如: EPON_V2R1(config)user list UserName User_role admin ADMIN_USER Anna NORMAL_USER Total 2 users in system. EPON_V2R1(config) 2022年 2月 7日 62 用戶管理 ? 查看在線用戶 who who am I 通過 who命令查看當前登錄的用戶和所進入的模式 ? 刪除用戶 user delete username ? 強制關閉用戶連接 kill session 119999 如: EPON_V2R1(config)who SessionID. UserName LOCATION MODE 3 console CONFIG (That39。s me.) 1028 anna VIEW Total 2 sessions in current system. EPON_V2R1(config)kill session 1028 EPON_V2R1(config) 用戶配置完成后,仍不能訪問 tel和 SNMP,還需要進一步配置 NMS 2022年 2月 7日 63 配置 NMS ? 帶內(nèi)網(wǎng)管 IP配置 ? 配置網(wǎng)管 VLAN以及 VLAN IP,如: 假設 OLT eth1/1是上聯(lián)口,網(wǎng)管 VLAN標簽 888, eth1/4作為本地網(wǎng)管口,網(wǎng)管 IP地址 EPON_V2R1(config) EPON_V2R1(config)interface vlan nms 888 EPON_V2R1(vlannms)add port 1/1 tag EPON_V2R1(vlannms)add port 1/4 untag EPON_V2R1(vlannms)ip address EPON_V2R1(vlannms)exit EPON_V2R1(config) 2022年 2月 7日 64 配置 NMS ? 靜態(tài)路由配置 匹配某個網(wǎng)段的目的地址的報文轉發(fā)路由 配置靜態(tài)路由 ip route {1255}*1 {[weight] 18}*1 查看路由 show ip route 取消對靜態(tài)路由的設置 undo ip route 2022年 2月 7日 65 配置 NMS ? 默認路由 即目的地址和掩碼為 ,它可以匹配任何目的地址,所以每個找不到對應路由的報文都將按默認路由轉發(fā) 配置默認路由,如: EPON_V2R1(config)ip route 不在 7網(wǎng)段的目的 IP都轉發(fā)到 顯示路由 EPON_V2R1(config)show ip route Codes: C connected, S static, Selected route, * Selected nexthop S* [1/0] via , nms, weight 8 默認路由 C* , nms 本地直連網(wǎng)段 EPON_V2R1(config) 2022年 2月 7日 66 配置 NMS ? 簡單網(wǎng)絡管理協(xié)議( SNMP) ? SNMP 使能 SNMP服務 service snmp [enable|disable] 修改 SNMP團體字,默認讀 “ public”,寫 “ private” config snmp munity [readonly|readwrite] string 顯示 SNMP團體字 show snmp munitystring 顯示 SNMP服務是否啟動 show services 2022年 2月 7日 67 配置 NMS ? 簡單網(wǎng)絡管理協(xié)議( SNMP) ? SNMP trap 使能 SNMP trap服務 service snmp trap [enable|disable] 配置 SNMP trap config snmp trapreceiver add version [v1|v2c] {munity string}*1 刪除 SNMP trap IP config snmp trapreceiver delete 顯示 SNMP trap配置 show snmp trapreceiver 2022年 2月 7日 68 配置 NMS ? IP訪問控制 ? 目的:出于安全性考慮,除了用戶名和密碼驗證手段外,希望只允許特定的 IP才能訪問 ? 在 tel或者 SNMP服務使能打開后,就可以進行 IP訪問控制配置,即能夠只允許某個 IP或某個網(wǎng)段的 IP訪問,也能夠禁止某個 IP或某個網(wǎng)段的 IP訪問 ? 訪問控制使能 config accesscontrol {[tel|snmp]}*1 [enable|disable] 打開訪問控制使能后,如果訪問控制組為空,則 tel或 SNMP將不能訪問 ? 創(chuàng)建訪問控制組 訪問控制組可以創(chuàng)建多個,創(chuàng)建命令: nmsaccessprofile access_profile_name 是否允許 tel訪問 config nmsaccessprofile access_profile_name tel [enable|disable] 2022年 2月 7日 69 配置 NMS 是否允許 SNMP訪問 config nmsaccessprofile access_profile_name snmp [enable|disable] 向訪問控制組中添加 IP地址網(wǎng)段 config nmsaccessprofile access_profile_name add ipaddress ? 顯示訪問控制組的配置信息 show nmsaccessprofile {access_profile_name}*1 ? 刪除訪問控制組 undo nmsaccessprofile access_profile_name 2022年 2月 7日 70 配置 NMS ? 系統(tǒng)允許同時創(chuàng)建多個訪問控制組,每個訪問控制組允許同時添加多個 IP網(wǎng)段,且 IP網(wǎng)段可以重疊,但不能重復 ? 匹配順序 ? 匹配時會遍歷所有的組,查看訪問控制組中是否有該 IP 地址,如果有的話,取該控制組的訪問許可權限 ? 如果沒有,查看 IP 是否在某個子網(wǎng)中,并取相應的權限,優(yōu)先取最小子網(wǎng)的權限 ? 如果訪問控制組中沒有查到該 IP地址,則不能訪問 2022年 2月 7日 71 EPON業(yè)務開通 ? OLT加電 ? ONU注冊 ONU注冊成功時,其前面板燈亮 ONU接收光功率工程經(jīng)驗值 (8dbm~ 24dbm) ? 查看 ONU列表 ? 顯示所有 ONU show onulist ? 顯示在線 ONU show onlieonu ? 配置 OLT上的 VLAN ? 創(chuàng)建 VLAN interface vlan vlanname {14094}*1 ? 添加 /刪除端口成員 add port portlist [tagged|untagged] delete port portlist [tagged|untagged] ? 添加 /刪除 IP地址 ip address ip address undo ip address {}*1 2022年 2月 7日 72 EPON業(yè)務開通 ? 配置 OLT網(wǎng)關 ip route {1255}*1 {[weight] 18}*1 ip route {1255}*1 {[weight] 18}*1 . ip route . ip route ip route ? 配置 ONU帶寬 ? 下行限速使能 onu downlink policer ? 下行限速去使能 undo onu downlink policer ? 設置帶寬 bandwidth class 07 delay [high|low] {fixedbw 01000000}*1 assuredbw 641000000 besteffortbw 641000000 [up|down] onuid_list . pon 5/1 bandwidth class 2 delay low assuredbw 180000 besteffortbw 180000 up 1 bandwidth class 2 delay low assuredbw 180000 besteffortbw 180000 down 1 exit 2022年 2月 7日 73 EPON業(yè)務開通 ? 配置 ONU上的 VLAN ? GT811_A/GT812_A的 VLAN配置 ? VLAN使能 vlan dot1q {[0|1]}*1 ? 創(chuàng)建 /刪除 VLAN vlan dot1q_add 24094 vlan dot1q_del 24094
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1