新手提问,关于小区LAN用PPOE拨号上网的各种配置
小区局域网使用VLAN划分。通过PPOE拨号上网。汇聚交换机使用H3C5500.下带交换机都是H3C3100.联通的光缆接入汇聚交换机。由于本人初次配置类似项目,所以很多不懂。请问
1。主交换机应该如何配置,是否全部都设置成为trunk?然后允许所有VLAN通过?
2。每个3100有直接接用户,有的级联交换机3100,级联口trunk也设置成允许所有VLAN通过?
3。联通方面只负责接到机房,下面的事情就不管了。他们给了我一张表,上面指定了VLAN1为所有交换机管理VLAN。VLAN2700为5500管理.。业务VLAN为2701-2716。内层VLAN2-150。我该如何利用他们给的这些数据给交换机做数据?
最好每个步骤能详细些,等待高手解答
[解决办法]
每个用户一个内层VLAN,关键是qinq的配置,给你个例子:
http://guide.it168.com/files/18480/18480010002002.asp
[解决办法]
我也正在研究5500+3100中,初次使用啊,学习ING
[解决办法]
经常用小区的网络,说实在的,还真的不知道他们的设置呢,我目前的工作好像只是在接入层,顶你,解决了,记得分享下啊!
[解决办法]
如果qinq不在5500上实现,干嘛要给你业务vlan和内存vlan?只要一层vlan就ok了。
[解决办法]
我这里只有5200的拨号服务器配置
#
radius-server group login
#
interface Ethernet1
#
interface Ethernet1.0
ip address 192.168.100.2 255.255.255.252
#
interface Ethernet2
pppoe-server bind Virtual-Template 1
#
interface Virtual-Template1
ppp keepalive interval 30 retransmit 5
#
ip pool test local
gateway 10.0.0.1 255.255.255.0
section 0 10.0.0.2 10.0.0.254
#
aaa
authentication-scheme vlan-auth
authentication-mode local
accounting-scheme vlan-acc
accounting-mode none
domain test
authentication-scheme vlan-auth
accounting-scheme vlan-acc
user-car 2
user-host-car 16 80
ip-pool test
#
local-aaa-server
user test@test password test access-limit 3
#
ip route-static 0.0.0.0 0.0.0.0 192.168.100.1
#
user-interface con 0
user-interface vty 0 4
#
portvlan ethernet 1 vlan 0 1
access-type interface
portvlan ethernet 2 vlan 2000 100
access-type layer2-subscriber
default-domain authentication test
authentication-method pppoe
undo arp-proxy
#
return