|

- 社区积分
- 122
- 技术积分
- 1816
- 阅读权限
- 40
- 注册时间
- 2007-7-18
论坛徽章 1 |
version 5.20, Beta 1204P03, Basic
#
sysname H3C
#
domain default enable system
#
dialer-rule 1 ip permit
#
vlan 1
#
radius scheme system
server-type extended
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
traffic classifier bt operator and
if-match protocol bittorrent
#
traffic behavior 16k
car cir 16 cbs 2000 ebs 0 green pass red discard
#
qos policy kill_bt
classifier bt behavior 16k
#
acl number 2000
rule 0 permit source 0.0.0.1 255.255.255.0
#
interface Aux0
async mode flow
link-protocol ppp
#
interface Dialer1
nat outbound 2000
link-protocol ppp
ppp chap user ad54794138
ip address ppp-negotiate
dialer user ad54794138
dialer-group 1
dialer bundle 1
#
interface Ethernet0/0
port link-mode route
pppoe-client dial-bundle-number 1
ip address 192.168.18.1 255.255.255.0
qos apply policy kill_bt inbound
qos apply policy kill_bt outbound
dar protocol-statistic flow-interval 5
#
interface Ethernet0/1
port link-mode route
#
interface NULL0
#
interface Ethernet0/2
port link-mode bridge
qos lr outbound cir 1024
#
interface Ethernet0/3
port link-mode bridge
qos lr outbound cir 1024
#
interface Ethernet0/4
#
interface Ethernet0/4
port link-mode bridge
#
interface Ethernet0/5
port link-mode bridge
#
interface Ethernet0/6
port link-mode bridge
#
interface Ethernet0/7
port link-mode bridge
#
interface Ethernet0/8
port link-mode bridge
#
interface Ethernet0/9
port link-mode bridge
#
ip route-static 0.0.0.0 0.0.0.0 Dialer1
#
user-interface con 0
user-interface aux 0
user-interface vty 0 4
#
return
密码老是出错,输不进去,不知为啥% Unrecognized command found at '^' position.这句
请高手指点
网友1:
acl number 2000
rule 0 permit source 0.0.0.1 255.255.255.0
=====================================
这个源够强悍的.
你在不同的模式下,是应该用不同的命令的. 感觉你在<h3c>下,sys进入[h3c]试试看.
网友2:
interface Dialer1
nat outbound 2000
link-protocol ppp
ppp chap user ad54794138
ip address ppp-negotiate
dialer user ad54794138
dialer-group 1
dialer bundle 1
============================
这里面, 没有拨号用户的adsl 密码哦. 你要先, inter dialer 1 后, 再输入
ppp pap local-user xxxxxxx password simple yyyyyyyyyyyy |
|