Здраствуйте,
Возникли сложности с настройкой дслама.
Порядок моих действий:
С порта свича в eth1 дслама транком подаю два влана 111 и 10.
На первый вдсл порт вешаю модем бриджом, за модемом комп с ИП из 10ого влана.
Код:
reboot config default
modify ethernet intf ifname eth-1 ip 10.0.111.11 mask 255.255.255.0 mgmtvlanid 111
create vlan static vlanname management vlanid 111 egressports 385 untaggedports none
modify vlan static vlanid 1 untaggedports none egressports none
create vlan static vlanname fake vlanid 10 egressports 385 1 untaggedports 1
modify vlan static vlanname fake  floodSupport enable bcastsupport enable
modify gvrp port info portid 1 portvlanid 10 acceptframetypes all ingressfiltering true
commit
Код:
$get ethernet intf ifname eth-1
Interface            : eth-1
Type                 : Uplink           UseDhcp      : False
IP Address           : 10.0.111.11      Mask         : 255.255.255.0
Pkt Type             : ALL
Orl(mbps)            : 300
Configured Duplex    : auto             Duplex       : Full
Configured Speed     : auto
Profile Name         : SPPROFILE
Mgmt VLAN Index      : 111
Mgmt S-VLAN Index    : -
Mgmt T-VLAN Index    : 0
Tagged Mgmt PDU Prio : 0
trfclassprofileid    : 2
Ctl Pkts Instance Id : 0                Ctl Pkts Group Id :none
M2VMacDbId           : none
Speed                : 100BT
Oper Status          : Up               Admin Status : Up
Код:
$get atm vc intf ifname aal5-1
VC IfName                   : aal5-1      Low IfName        : atm-1
VPI                         : 8           VCI               : 35
Admin Status                : Up          Oper Status       : Up
Aal5 Tx Size                : 1536        Aal5 Rx Size      : 1536
AAL Type                    : aal5        AAL5 Encap        : llcmux
Channel                     : interleaved Last Change (sec) : 0
MgmtMode                    : Data        Row Status        : active
VC Type                     : pvc         VC Topology       : Point to Point
Max simultaneous protocol   : 1
Auto Status                 : Disable
Auto VC Mux Forced Protocol : None
Auto Sense Trigger Type     : dynamic
Auto Curr Sensed Encaps Type: none
Ctl Pkts Group Id           : none
Auto Supported Protocol     : pppoa eoa ipoa
пинги на 10.0.111.11 ходят, компа за адсл модемом не видно.
Что я делаю не так?