通信人家园
标题:
分享一个锐捷路由器的简单学习模板
[查看完整版帖子]
[打印本页]
时间:
2020-3-19 15:38
作者:
qq21800721
标题:
分享一个锐捷路由器的简单学习模板
ip dhcp pool 1001
network 10.1.1.0 255.255.255.0
dns-server 211.138.91.1 211.138.91.2
default-router 10.1.1.1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip access-list extended 100
10 permit ip any any
!
!
!
!
!
control-plane
!
control-plane protocol
no acpp
!
control-plane manage
no port-filter
no arp-car
no acpp
!
control-plane data
no glean-car
no acpp
!
!
!
!
enable service web-server http
enable service web-server https
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet 1/1
!
interface FastEthernet 1/2
!
interface FastEthernet 1/3
!
interface FastEthernet 1/4
!
interface FastEthernet 1/5
!
interface FastEthernet 1/6
!
interface FastEthernet 1/7
!
interface FastEthernet 1/8
!
interface GigabitEthernet 0/0
ip nat inside
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet 0/1
ip nat outside
ip address 111.56.44.6 255.255.255.240
duplex auto
speed auto
!
interface GigabitEthernet 1/0
!
interface VLAN 1
!
!
ip nat pool ruijie prefix-length 24
address 111.56.44.6 111.56.44.6 match interface GigabitEthernet 0/1
!
ip nat inside source list 100 pool ruijie overload
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip route 0.0.0.0 0.0.0.0 111.56.44.1
!
!
!
!
!
ref parameter 75 140
line con 0
line aux 0
line vty 0 4
login local
通信人家园 (https://www.txrjy.com/)
Powered by C114