H3C路由器常用命令----更新中

1、清除路由器配置:reset save-config--->reboot;*注:telnet清除的话,会导致重新登录就无法登陆上。

2、NAT典型配置:一、nat address-group 0 ip(起始IP) ip(终止IP) -------可用的出口IP(不要包括外端口已设的IP)

                                  二、acl number 2000

                                          rule 0  perimit  source 192.168.0.0 0. 0.0.0.255 ------需进行转换的内网IP

                                          rule 1  deny

                                  三、int    E0/0 ------外端口

                                          ip add  *.*.*.*   *.*.*.*

                                          nat outbound 2000 address-group 0

                                          int  E0/1 -------内端口

                                          ip add  *.*.*.*   *.*.*.*  --------内网网关

                                 四、ip route-static 0.0.0.0 0.0.0.0 202.1.1.1 preference 60     --------配置默认路由(202.1.1.1为外网网关)               

3、查询ARP缓存: dis arp
      清除ARP缓存:reset arp

你可能感兴趣的:(H3C技术文档)