迈普2700代理上网的基本配置

迈普路由器基本配置:
代理上网:
[cc] router#sh run
Building Configuration…done

! Current configuration : 1274 bytes
!
! Last configuration change at UTC THU JAN 01 00:31:25 1970 by cisco
! Flash config last updated at UTC THU JAN 01 00:37:51 1970 by cisco
! Configuration version 0.9
!

!software version 6.1.25(REL)(integrity)
!software image file flash0: /flash/rp5-i-6.1.25(rel).bin
!compiled on Nov 14 2008, 18:34:33

hostname router
service password-encrypt
no service new-encrypt
service login-secure

enable password QWWWQXQW]W encrypt

user hyjk password 7 QWWWQXQW]W
user cisco password 7 QWWWQXQW]W

ip mef

ip load-sharing per-destination

ip access-list standard 1
10 deny host 192.168.10.2
30 permit any
exit
ip access-list standard 10
10 permit host 192.168.10.2
exit

vlan 1
description default
port 0-7 untagged
exit

interface fastethernet0
ip address 192.168.1.239 255.255.255.0
ip nat outside
exit

interface fastethernet1
ip address 192.168.10.1 255.255.255.0
ip nat inside
exit

interface switchethernet0
exit

interface null0
exit

ip nat inside source list 1 interface fastethernet0 overload

ip route 0.0.0.0 0.0.0.0 192.168.1.254

line vty 0 4
password 7 QWWWQXQW]W
login local
exit

local stat enable
set all receive-flow 3000
set all send-flow 3000

!end

router#[/cc]

此条目发表在网络知识分类目录,贴了标签。将固定链接加入收藏夹。