常用查看命令

Get int查看接口配置信息
Get int ethN查看指定接口配置信息
Get mip查看映射ip关系
Get route查看路由表
Get policy id x查看指定策略
Get nsrp查看nsrp信息,后可接参数查看具体vsd组、端口监控设置等
Get per cpu de查看cpu利用率信息
Get per sessionde查看每秒新建会话信息 
Get session查看当前会话信息,后可匹配源地址,源端口,目的地址,目的端口,协议等选项
Get session info查看当前会话数量
Get system查看系统信息
Get chaiss查看设备及板卡序列号,查看设备运行温度
Get counter stat查看所有接口计数信息
Get counter stat ethN查看指定接口计数信息
Get counter flow zone trust/untrust查看指定区域数据流信息
Get counter screen zone untrust/trust查看指定区域***防护统计信息
Get tech-support查看设备状态命令集,一般在出现故障时,收集该信息寻求JTAC支持

常用配置命令
Set int ethx/x zone trust/untrust/dmz/ha配置指定接口进入指定区域
Set int ethx/x ip x.x.x.x/xx配置指定接口ip地址
Set int ethx/x manage配置指定接口管理选项,打开所有管理选项
Set int ethx/x manage web/telnet/ssl/ssh配置指定接口指定管理选项
Set int ethx/x phy full 100mb配置指定接口速率及双工方式
Set int ethx/x phy link-down配置指定接口shutdown
Set nsrp vsd id 0 monitor interface ethx/x配置ha监控端口,如此端口断开,则设备发生主/备切换
Exec nsrp vsd 0 mode backup手工进行设备主/备切换,在当前的主设备上执行
set route 0.0.0.0/0 interface ethernet1/3 gateway 222.92.116.33配置路由,需同时指定下一跳接口及ip地址
所有set命令,都可以通过unset命令来取消,相当于cisco中的no
所有命令都可以通过“TAB”进行命令补全,通过“?”来查看后续支持的命令