华为路由连通基本配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为路由连通基本配置相关的知识,希望对你有一定的参考价值。
华为路由连通基本配置
[Huawei-GigabitEthernet0/0/0]ip add 1.1.1.1 24
[Huawei-GigabitEthernet0/0/1]ip add 2.1.1.2 24
[Huawei]nat address-group 5 2.1.1.2 2.1.1.3
[Huawei]acl number 2000
[Huawei-acl-basic-2000]rule permit source 10.0.0.0 0.255.255.255
[Huawei-GigabitEthernet0/0/1]nat outbound 2000 (出口)
[Huawei]ip route-static 0.0.0.0 0.0.0.0 2.1.1.1
[Huawei]ip route-static 10.0.0.0 255.0.0.0 1.1.1.2
[Huawei]acl number 2001
[Huawei-acl-basic-2001]rule permit source 10.0.0.0 0.255.255.255
[Huawei]nat address-group 1 2.1.1.2 2.1.1.4
[Huawei-GigabitEthernet0/0/1]nat outbound 2001
本文出自 “网络世界_N-security” 博客,请务必保留此出处http://rentingfang.blog.51cto.com/4397053/1956074
以上是关于华为路由连通基本配置的主要内容,如果未能解决你的问题,请参考以下文章