6787grws 发表于 2011-3-28 11:46:13

华为AR28-31路由器的配置

查看当前的配置display current-configuration进入到系统配置状态(相当于CISCO设备的EN 命令)sysSystem View: return to User View with Ctrl+Z.sysname huawei保存配置saveThe configuration will be written to the device.Are you sure?yPlease input the file name(*.cfg):config0821.cfgNow saving current configuration to the device.Saving configuration flash:/config0821.cfg. Please wait.........Current configuration has been saved to the device successfully.再次保存,就直接保存到之前起的文件名中。saveThe configuration will be written to the device.Are you sure?yNow saving current configuration to the device.Saving configuration flash:/config0821.cfg. Please wait..........Current configuration has been saved to the device successfully.配置以太网网口inte***ce Ethernet 0/0ip addreip address 172.16.5.249 255.255.255.0quit (如用ctrl+z 就退回到状态下了。)配置虚拟终端user-inte***ce vty 0 4authentication-mode passwordhuawei-ui-vty0-4]set authentication password cipher huawei2 (设置密码为huawei2)配置4E1串口模块(4线路***)#controller E1 2/0using e1#controller E1 2/1using e1#controller E1 2/2using e1#controller E1 2/3using e1##inte***ce Serial2/0:0link-protocol pppppp mp Mp-group 0#inte***ce Serial2/1:0link-protocol pppppp mp Mp-group 0#inte***ce Serial2/2:0link-protocol pppppp mp Mp-group 0#inte***ce Serial2/3:0link-protocol pppppp mp Mp-group 0#inte***ce Mp-group0ip address 10.10.10.170 255.255.255.252#配置静态路由ip route-static 0.0.0.0 0.0.0.0 10.0.10.169 preference 60华为AR28-31路由器的SNMP配置在之前使用mrtg进行采集的过程中,会报错:。。。。m4only...等等。。是由于snmp-agent sys-info version v3 ,而我们改为了all就可以了。见下面的第四行。snmp-agentsnmp-agent local-engineid 000007DB7F00000100002E25snmp-agent community read publicsnmp-agent sys-info version allsnmp-agent target-host trap address udp-domain 10.10.10.9 udp-port 5000 params securityname public
页: [1]
查看完整版本: 华为AR28-31路由器的配置