一、檢視使用者和配置使用者
show sub sum all//檢視總的使用者的數量,包括各個context的使用者
show sub//檢視當前所在context的使用者
sh circuit counters sub//檢視每個使用者的流量
sh circuit counters 13/1 vlan-id 500 live //檢視13/1埠vlan 500中每個使用者的流量
show pppoe sub 2/4//檢視2/4埠的使用者(10k、se800)
sh pppoe sub 13/1 vlan-id 521 pppoe//檢視port 13/1 的vlan-id 521使用者
sh pppoe up all | grep 521//檢視vlan-id 521的使用者
sh pppoe up all | grep 521 | count //檢視vlan-id 521的使用者數量
show config qos //顯示 se 800的qos配置
show config acl //顯示 se 800的acl配置
show config port //顯示 se 800的port下的配置
show config context //顯示 se 800的context adsl的配置
show administrators或show user//顯示登入se 800的使用者
clear administrator bjgti@local ttyp0//清楚使用者ttyp0的bjgti@local使用者
二、ospf、bgp路由協議
show ip route summ all//檢視所有context的路由總體情況
show ospf nei//檢視ospf的neighbor
show ospf route summ//檢視ospf的路由簡要情況
show bgp nei summ//檢視bgp的neighbor
show bgp route ipv4 vpn summ //檢視bgp協議交換的ipv4 vpn路由情況,一般用在mpls vpn(2547bis)中
80 定義介面
定義乙個介面還是很方便的,我先給出乙個php語言中的形式。inte ce i myinte ce 那它在擴充套件中的實現是這樣的。zend class entry i myinte ce ce static zend function entry i myinte ce method zend mi...
魔獸80以後!!
首先恭喜你的是,你達到80級,這個時候你還在迷茫,究竟我該做些什麼。很好,這說明,你有一顆dk的心。雜七雜八的說完了,說一下裝備提公升的事情。沒聽錯,只需要三天左右,就差不多了 第一天 達到80的第一天,你很興奮,然後看著達拉然綜合頻道和組隊頻道的資訊在刷。這個時候,你需要謙虛的主動出擊,高喊 新手...
mysql8 0提示命令 MySQL8 0操作命令
mysql8.0版本和mysql5.0的加密規則不一樣,而現在的很多任務具等都是不支援的,我們這裡使用的是將mysql使用者登入的加密規則修改為mysql native password的方法來進行解決的。修改加密規則alter user root localhost identified by p...