1.
system-view 进入视图模式
sysname  设备命名
display current-configuration 当前配置
language-mode chinese|english 中英文切换
interface ethernet 1/0/1 进入以太网端口
port link-type access|trunk|hybrid 设置端口访问模式
undo shutdown  开打以太网端口
shutdown 关闭端口
quit 退出
vlan 10   创建vlan10并进入
port e1/0/2 to e1/0/5  在vlan模式下将指定端口加入到vlan中
port trunk permit vlan all  允许所有vlan通过

2。
system-view
display ip routing-table 显示当前路由表
inter e0/0
ip address 192.0.0.1 255.255.255.0 配置e0/0的IP地址
undo shutdown
shutdown
quit
ip route-static 192.0.0.0 255.255.255.0 192.0.1.1 description to r2 配置静态路由
ip route-static 0.0.0.0 0.0.0.0 192.0.1.1 description to r2 配置默认路由

3.
 端口绑定mac
am user-bind mac-address xxxx-xxxx-xxxx interface e0/1 或者
mac-address static xxxx-xxxx-xxxx interface e0/1 vlan 1
mac-address max-mac-count 0
mac和IP绑定
am user-bind ip-address 10.0.0.2 mac-address xxxx-xxxx-xxxx 或者
arp static 10.0.0.2 xxxx-xxxx-xxxx
ip mac 端口之间绑定
am user-bind ip-address 10.0.0.1 mac-address xxxx-xxxx-xxxx interface e0/0

4.
dis vlan 显示vlan
undo 取消
dis users 显示用户
dis startup 显示启动配置文件信息
dis user-interface 显示用户界面信息
dis web users 显示web用户信息
header login 配置登陆验证信息
header shell
undo header
interface vlan-interface vlan-id  进入vlan
management-vlan vlan-id  定义管理vlan号
reset ip routing-table statistics protocol all 清除所有路由协议的路由信息
display garp statics interface g1/0/1 显示g1/0/1接口上的garp统计信息
display voice vlan status 查看语音vlan状态
display interface g1/0/1 查看端口信息
display brief interface g1/0/1 查看端口简要信息
display loopback-detection 测试环路是否打开
display transceiver-information interface g1/0/50 显示光口相关信息
display auto/full/half
display port-security 查看端口安全配置信息
dis arp  显示arp信息
dis am user-bind 显示端口绑定配置信息
dis mac-address 显示交换机学习到的mac地址
dis stp 显示生成树状态与统计信息
dis icmp statistics   icmp流量统计
dis ip socket
dis ip statistics
dis acl all
dis qos-interface g1/0/1 traffic-limit 查看端口上流量速率限制
dis ndp 显示交换机端口的详细配置
dis ntdp device-list verbose 收集设备详细信息
dis lock
dis users
dis cpu
dis memory
dis fan
dis device
dis power

5.
系统视图:
system-view
super password   修改密码
info-center console channel    console信息输出设置
monitor-port ethernet 0/1 配置端口镜像
端口配置模式下:
duplex (half|full|auto)
speed (10 100 auto)
mdi (across|auto|normal)配置端口mdi状态
flow-control 配置流量控制
shutdown|undo shutdown 关闭打开端口
vlan基本配置:
vlan 3
undo vlan 3
port ethernet0/1 to ethnet0/4   增加删除端口
port access vlan 3  端口加入vlan
port link-type (trunk access hybrid)   设置端口工作模式
port trunk permit vlan id    设置trunk端口允许通过的vlan
port trunk pvid vlan 3    设置trunk端口的pvid
配置端口聚合:
link-aggregation port_num1 to port_num2
例:link-aggregation eth0/7 to eth0/10 ingress
清除端口聚合:
undo link-aggregation   
例:undo link-aggregation eth0/7

通过ftp方式传送配置文件:
ftp client 10.0.0.2-ethernet-ftp server 10.0.0.1
在路由器上启动ftp服务器,添加用户名密码:
local-user tt
service-type ftp
password simple tt
ftp-server enable  启动ftp服务
在终端启动ftp客户端:
ftp 10.0.0.1
username:tt
password:tt
put
local file:
remote file:
dir
quit

忘记口令:
重启,按下ctrl+b ,bootrom默认密码为空,选择清除密码(5),重启路由器reboot。修改密码

常用dis命令:
dis version
dis current-configuration
dis interface
dis ip routing-table  显示路由表信息

添加静态路由:ip route-static ip-add mask inter-type inter-name nexthop-add
ip route-static 129.0.0.1 16 10.0.0.2
ip route-static 129.0.0.1 255.255.0.0 10.0.0.2
ip route-static 129.0.0.1 16 serial 2/0
ip route-static 0.0.0.0 0.0.0.0 10.0.0.2

路由优先级: direct 0    ospf 10    static 60   rip  100    ibgp  256    ospf ase 150   ebgp 256   unkown  255

RIP配置:
rip
network network-number
peer ip-add
rip version 1 /rip version 2
rip work
rip input
rip output
rip authentication-mode simple passwd
rip authentication-mode md5 (nonstandard-compatible|usual) string
显示rip调试信息
terminal monitor
terminal debugging
debugging rip packet
OSPF配置:
router id a.b.c.d  配置route ID
ospf ID   启动OSPF协议
area area-id  配置OSPF区域发布的网段
network ip-add wildcard-mask  在指定网段使能OSPF   
访问控制列表的配置: