Network Simulator
1748022 Members
4836 Online
108757 Solutions
New Discussion

Trill on HCL Comware Simulator

 
ExperisTG_Bill
Senior Member

Trill on HCL Comware Simulator

I cant get Trill to tunnel traffic between client switches (SW1 and SW4)

SW1 --- 1011 trill access tag ---> SW2  ---- 201 trill trunk tagged ---> SW3 --- 1011 trill access tag ---> SW4

I have a Trill trunk set up between two cswitches, and that seams to work fine....

Now I set up 2 seperate switches also on trill trunks with 'access alone' set on these trunks.

I can't ping from one client switch to the 2nd client switch (SW1 to SW4)

Also intresting I can't 'display mac-address' on any switch.


SW1:
interface Vlan-interface1
 ip address 10.101.11.21 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-mode bridge
 combo enable fiber
 undo lldp tlv-enable dot1-tlv port-vlan-id

SW2:
trill
 system-id 0000.0000.0011
 nickname 0011
#
vlan 1
#
vlan 201
#
vlan 1011
#
interface Vlan-interface1
 ip address 10.0.0.1 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-mode bridge
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 201
 combo enable fiber
 trill enable
 trill designated-vlan 201
 trill link-type trunk
#
interface GigabitEthernet1/0/2
 port link-mode bridge
 combo enable fiber
 trill enable
 trill link-type trunk
#
interface GigabitEthernet1/0/3
 port link-mode bridge
 port access vlan 1011
 combo enable fiber
 undo lldp tlv-enable dot1-tlv port-vlan-id
 trill enable
 trill link-type access alone
#

SW3:
trill
 system-id 0000.0000.0012
 nickname 0012
#
vlan 1
#
vlan 201
#
vlan 1011
#
interface Vlan-interface1
 ip address 10.0.0.1 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-mode bridge
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 201
 combo enable fiber
 trill enable
 trill designated-vlan 201
 trill link-type trunk
#
interface GigabitEthernet1/0/2
 port link-mode bridge
 combo enable fiber
 trill enable
 trill link-type trunk
#
interface GigabitEthernet1/0/3
 port link-mode bridge
 port access vlan 1011
 combo enable fiber
 undo lldp tlv-enable dot1-tlv port-vlan-id
 trill enable
 trill link-type access alone
#

SW4:
interface Vlan-interface1
 ip address 10.101.11.22 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-mode bridge
 combo enable fiber
 undo lldp tlv-enable dot1-tlv port-vlan-id