Ethernet over Layer 2 Tunneling Protocol(L2TPv3)
假設網路架構如下,R1,R3並非屬於同一個Ethernet Segment/VLAN:
R1 - SW1 - R2 - SW2 - R3
R1 - SW1 - R2 - SW2 - R3
R1(config)#pseudowire-class PW
R1(config-pw-class)#encapsulation l2tpv3
R1(config-pw-class)#ip local interface loopback 0
R1(config)#interface f0/0
R1(config-if)#xconnect 3.3.3.3 103 pw-class PW
R3(config)#pseudowire-class PW
R3(config-pw-class)#encapsulation l2tpv3
R3(config-pw-class)#ip local interface loopback 0
R3(config)#interface f0/0
R3(config-if)#xconnect 1.1.1.1 103 pw-class PW
Comments