通信人家园

标题: UT设备配置方法  [查看完整版帖子] [打印本页]

时间:  2012-4-8 15:39
作者: magaodi     标题: UT设备配置方法

PPPoE主要就是配置Vlan。假设和BRAS通讯的VLAN3000,使用CSM上的Port1BRAS通讯。
用户板为ADSL Slot1VDSL Slot10,则需要在系统的CSMxDSL板卡上均配置好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一些假定:使用CSMPort1和局端设备上联,使用Interface1进行路由。
用户版为槽1ADSL和槽10VDSL,使用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