- 远程 AUX口登录
配置过程 |
注释 |
SwitchA交换机配置:
<Quidway>debbuging ?
all All debugging functions
arp ARP module
bgp BGP module
cluster Cluster module
device Device manage
dhcp-relay DHCP relay module
dot1x Specify 802.1x configuration
information
ethernet Ethernet module
fib FIB module
ftp-server FTP server information
garp GARP module
gmrp GMRP module
gvrp GVRP module
habp HABP module
hgmpserver HGMP server module
igmp IGMP module
ip IP module
local-server Local authentication server
information
mac-address MAC address table information
modem Modem module
multicast Multicast module
ndp NDP module
ni NI module: NI Debuging information
ntdp NTDP module
ntp-service NTP module
ospf OSPF module
pim PIM module
radius Radius module
rip RIP module
rmon RMON debugging switch
snmp-agent SNMP module
stp STP infomation
tcp TCP module
telnet TELNET module
udp UDP module
vfs Filesystem module
vrrp VRRP module
vtp VTP module
vty VTY module
<Quidway> debugging ip packet
<Quidway>terminal monitor
% Current terminal monitor is on
<Quidway>terminal debugging
% Current terminal debugging is on
<Quidway>
|
#在用户视图下面打开调试开关,选择
所需要进行调试的模块参数。
#打开 IP报文调试开关
#在用户视图模式下打开屏幕输出开
关。
#在用户视图模式下打开调试输出开
关。
|
- SNMP配置
配置过程 |
注释 |
<Quidway>system-view
[Quidway] snmp-agent community read public
[Quidway] snmp-agent community write private
[Quidway]snmp-agent sys-info contact
Mr.Wang-Tel:3306
[Quidway] snmp-agent sys-info location
telephone-closet,3rd-floor
[Quidway] snmp-agent trap enable
[Quidway] snmp-agent target-host trap address
udp-domain 129.102.149.23 udp-port 5000 params
securityname public |
# 进入系统视图
# 设置团体名和访问权
限
# 设置管理员标识、联系
方法以及物理位置
# 允许向网管工作站
129.102.149.23 发送
Trap 报文,使用的团体
名为 public。 |
- WEB网管配置
配置过程 |
注释 |
在 System命令模式下进行下面配置
[Quidway]snmp-agent sys-info version v3
[Quidway]snmp-agent mib-view included wnmview
internet
[Quidway]snmp-agent group v3 wnmgroup
authentication read-view wnmview write-view
wnmview notify-view wnmview
[Quidway]snmp-agent usm-user v3 wnm wnmgroup
authentication-mode md5 123456
[Quidway]snmp-agent target-host trap address
udp-domain 192.168.1.3 params securityname wnm
v2c
[Quidway]snmp-agent trap enable standard
[Quidway]snmp-agent trap enable vrrp
[Quidway]snmp-agent trap enable bgp |
#启动 Snmp Agent的 V3版本
#创建一个范围为 internet 的
Snmp视图
#创建一个需要进行认证的 Snmp
V3的组 wnmgroup,读写和接受
Trap的视图都使用 wnmview
#创建一个 Snmp V3 的用户,用
户 名 是 wnm , 认 证 密 码 是
123456,采用 MD5 方式认证,
不进行加密
# 设 置 Trap 主 机 地 址 为
192.168.1.3,接收 Trap的用
户名为 wnm,采用 TrapV2c格式
送 Trap
#激活标准Trap,VRRP和BGP的
Trap |