C114门户论坛百科APPEN| 举报 切换到宽版

亚星游戏官网

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 2106|回复: 0

UT设备配置方法 [复制链接]

军衔等级:

亚星游戏官网-yaxin222  上等兵

注册:2007-8-23
发表于 2012-4-8 15:39:47 |显示全部楼层
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

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系大家 |网站地图  

GMT+8, 2024-9-26 02:25 , Processed in 0.699616 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部
XML 地图 | Sitemap 地图