白盒交換機硬體型號:
edgecore as5710-54x
onl 版本號:onl-master_onl-os_2018-11-23.0856-940ee2c
of-dpa版本號:ofdpa_3.0. ea
192.168.200.30
192.168.200.232
將白盒交換機的乙太網管理口 mgmt 通過網線連線到您的pc的rj-45網絡卡。
將白盒交換機的 console 口通過串列埠線或 usb 轉串列埠線連線到pc。
修改交換機管理口 ip 位址,使交換機能和控制器互相ping通
nano /etc/network/inte***ces
auto ma1
iface ma1 inet static
address 192.168.200.230
netmask 255.255.255.0
gateway 192.168.200.1
dns-nameservers 114.114.114.114
service networking restart
安裝vim
apt update
apt install vim -y
vim /etc/ofagent/ofagent.conf
ctrl1_port="6653"
ctrl1_ip=192.168.200.30
service ofagentd restart
root@test:
~# cat /etc/onl_platform
x86-64-accton-as5812-54x-r0
root@test:
~# cat /etc/onl/platform
x86-64-accton-as5812-54x-r0
as5710-54x 預設埠速率為10g 。假如現在埠 3 的光電模組為千兆,則需要修改埠速率為1000。將port 3 這一行取消注釋就好了:
vim /etc/accton/ofdpa.conf
...
port_speed_3=1000 # front port 3
#port_speed_4=1000 # front port 4
#port_speed_5=1000 # front port 5
...
service ofagentd restart
檢視 port 表
client_port_table_dump檢視 meter 表
client_meter_dump檢視流表
client_flowtable_dump檢視組表
client_grouptable_dumptable name
table id
ingress port
0vlan
10termination mac
20unicast routing
30multicast routing
40bridging
50policy acl
60group name
group id
l2 inte***ce
0l3 unicast
2l2 multicast
3l2 flood
4l3 inte***ce
5l3 multicast
6l3 ecmp
7檢視 onl 平台資訊
onl-platform-show檢視 onl sysconfig 資訊
onl-sysconfig檢視 onl 平台資訊,包括風扇、溫度和電源的相關狀態
onlpdump -r檢視交換機硬體資訊
onlpdump -s檢視 sfp 光電模組資訊
onlpdump -s
php 的 cli 執行模式
php cli是php command line inte ce的簡稱 就是php在命令列執行的介面,區別於在web伺服器上執行的php環境 php cgi,isapi等 也就是說,php不單可以寫前台網頁,它還可以用來寫後台的程式。php的cli shell指令碼適用於所有的php優勢,使建立要麼...
php的cli模式程式設計
前兩天稍微有點閒,就去牛客網刷了幾道演算法題,之前演算法一直都是c語言寫的,然而這段時間都在學習php,c語言感覺有點力不從心,於是我就想到用php來程式設計。不編不知道,一編嚇一跳,學了這麼久的php,我竟然不知道php的標準輸入方式,之前都是web端表單傳至或者是ajax傳值得到資料,並沒有直接...
mysql dba常用命令 MYSQL常用命令
安裝利用rpm包安裝mysql,設定tcp 3306埠的iptables。root密碼管理設定root使用者的密碼mysqladmin uroot password password 修改root使用者的密碼mysqladmin uroot p password password 資料庫,表管理進入...