通信人家园
标题:
UT设备配置方法
[查看完整版帖子]
[打印本页]
时间:
2012-4-8 15:39
作者:
magaodi
标题:
UT设备配置方法
PPPoE
主要就是配置
Vlan
。假设和
BRAS
通讯的
VLAN
是
3000
,使用
CSM
上的
Port1
和
BRAS
通讯。
用户板为
ADSL Slot1
,
VDSL Slot10
,则需要在系统的
CSM
和
xDSL
板卡上均配置好
Vlan3000
。
具体的配置如下:
config ter
vlan 3000
untag port
1
***
如果需要带
Tag
出去,则需要配置为
member port 1 ***
member slot 1
exit
adsl 1
no redefine vlan
vlan 3000
name
untag 1-24 tag 0
exit
adsl 1/1-1/24
enable
atm-vc vpi 0 vci 35
exit
vdsl 10
no redef vlan
vlan 3000 untag 1-24 tag 25
exit
vdsl 10/1-10/24
enable
default-vlan 3000
exit
smt
no discard unauth port 1
no discard unauth slot 1
no discard unauth slot 10
exit
Web
认证
(从本地或
RADIUS
认证加
DHCP
)
一些假定:使用
CSM
的
Port1
和局端设备上联,使用
Interface1
进行路由。
用户版为槽
1
:
ADSL
和槽
10
:
VDSL
,使用
Interface2
进行路由。
config ter
vlan 2
untag port 1
route-interface ve 15
exit
vlan 3
mem slot 1
mem slot 10
route-interface ve 16
exit
interface eth 1
enable
ip address …
ve-bind ve 15
exit
interface eth 2
enable
ip address …
ve-bind ve 16
exit
port-csm 1
default-vlan 2
exit
adsl 1/1-1/24
enable
atm-vc vpi 0 vci 35
no dhcp-filter uplink
no dhcp-filter downlink
exit
vdsl 10/1-10/24
enable
exit
vlan-user 101-124
vlan-user 801-824
*** slot 10 uses these vlans ***
smt
no discard unauth port 1
exit
aaa policy 1 authen local account local author local
*** If use Radius server, local must be replaced by radius ***
domain utstarcom
dhcp-server host
ip-address
radius-server host
ip-address
auth-port 1812 acct-port 1813
*** If authenticated by radius, use this command only ***
dynamic-user access-port 101-124 policy 1
dynamic-user access-port 801-824 poicy 1
local-name username aaa password aaa
*** Use aaa as the username and password ***
exit
无认证下,使用静态或
DHCP
获取的地址
无认证
以下命令使相应的板卡无需认证即可接通用户上网:
conf ter
smt
no discard unauth slot
slot-num
静态分配地址
根据板卡所使用的三层
Interface
上所配置的地址段(默认情况下,使用
Interface7
),用户即可使用该段中的地址访问
Internet
。
使用
DHCP
获取地址
假如用户板为
slot1
,则配置如下:
conf ter
通信人家园 (https://www.txrjy.com/)
Powered by C114