Коллеги, подскажите где собака порылась?
настроили xconnect для проброски эзернет трафика поверх ИП, но что не получилось
хконнект вроде есть,но трафик через него не ходит...
схема следующаялокалка---R1---Rx|Ry|Rz... ----R2---локалка
конфиг роутера R1
l2tp-class l2tp-default
retransmit initial retries 30
cookie size 8
pseudowire-class L2LINK
encapsulation l2tpv3
protocol none
ip local interface GigabitEthernet0/0
interface GigabitEthernet0/0
ip address 10.10.10.1 255.0.0.0
interface FastEthernet0/0
switchport access vlan 21
interface Vlan 21
no ip addres
xconnect 10.20.10.1 210022 encapsulation l2tpv3 manual pw-class L2LINK
l2tp id 21 22
l2tp cookie local 4 21022
l2tp cookie remote 4 22021
l2tp hello l2tp-default
Роутер R2
l2tp-class l2tp-default
retransmit initial retries 30
cookie size 8
pseudowire-class L2LINK
encapsulation l2tpv3
protocol none
ip local interface GigabitEthernet0/0
interface GigabitEthernet0/0
ip address 10.20.10.1 255.0.0.0
interface FastEthernet0/0
switchport access vlan 22
interface Vlan 22
xconnect 10.10.10.1 210022 encapsulation l2tpv3 manual pw-class L2LINK
l2tp id 22 21
l2tp cookie local 4 22021
l2tp cookie remote 4 21022
l2tp hello l2tp-default
R2#sh xconnect all
Legend: XC ST=Xconnect State, S1=Segment1 State, S2=Segment2 State
UP=Up, DN=Down, AD=Admin Down, IA=Inactive, NH=No Hardware
XC ST Segment 1 S1 Segment 2 S2
------+---------------------------------+--+---------------------------------+--
UP ac Vl22 22(Eth VLAN) UP l2tp 10.10.10.1:210022 UP
R2#sh l2tun session
L2TP Session Information Total tunnels 1 sessions 1
LocID RemID TunID Username, Intf/ State Last Chg Uniq ID
Vcid, Circuit
22 21 8133 210022, Vl22:22 est 00:05:24 13
R2#sh l2tun tunnel packets
L2TP Tunnel Information Total tunnels 1 sessions 1
LocTunID Pkts-In Pkts-Out Bytes-In Bytes-Out
8133 0 0 0 0
R1#sh l2tun session
%No active L2F tunnels
L2TP Session Information Total tunnels 1 sessions 1
LocID RemID TunID Username, Intf/ State Last Chg Uniq ID
Vcid, Circuit
21 22 55869 210022, Vl21 est 00:07:23 941
%No active PPTP tunnels
R1#sh l2tun tunnel packets
%No active L2F tunnels
L2TP Tunnel Information Total tunnels 1 sessions 1
LocID Pkts-In Pkts-Out Bytes-In Bytes-Out
55869 0 0 0 0
%No active PPTP tunnels