cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3535
Views
21
Helpful
11
Replies

VTP over PRP Channel

BrianSekleckiGE
Level 1
Level 1

IE4000 (or Stratix 5400) user question:

 

 Has anyone successfully made VTP version 3 (or v2) work over a PRP interface?

 

  Debug sw-vlan * seems to show the VTP library transmitting VTP on the PR1 meta-interface instead of the underlying physical interfaces (D'OH!) 

 

  That wont work, obviously.  I'm filing with a ticket with Rockwell now, hopefully they'll forward it to the Cisco TAC before 2023 >:}


~BAS

 

  

11 Replies 11

Albert Mitchell
Cisco Employee
Cisco Employee

BAS,

can you provide more details on the issue?   i want to make sure i understand the defintion of "meta-interface' properly.

 

VTP transmissions should be looking at the PRP interface as a logical EtherChannel interface.  at least that's the expected behavior.

 

ALBERT

Yes, in example

 

 Gi1/1  - PRP Channel 1, Lan_A

 Gi1/2 - PRP Channel 2, LAN_B

 Gi1/3 - Standard STP Link

 Gi1/4 - Standard STP Link

 PRP1 - Meta/Logical Interface

 

With: debug sw-vlan vtp *

 

Upon update, I see:

  ... subset #1 [Gi1/3]

  ....subset #1 [Gi1/4]

  ... subset #1 [PRP1]

(But not Gi1/1 or Gi1/2)

 

But since VTP is bi-directional in V3, shouldn't the Sw-VLAN utilize the underlying physical interfaces for PRP channel 1?

 

Brian,

 

Question:  with PRP, should VTP use individual physical interfaces in channle instead of the logical interface (eg: meta-interface)????

 

I don't think so. 

 

Reason:  VTP doesn't know its a PRP channel.  to the VTP logic, it only see's the logical interface, not the physical interfaces.  VTP logic is unaware of the fact that its a PRP logical channel instead of normal EtherChannel.   

 

for Normal EtherChannels where mulitple physicals have the same source and destination device, VTP messages only need to be sent over 1 of the physical links.  and it doesn't matter which.   and VTP doesn't care which physical interface is used to transmit the msg.  so, the VTP logic uses the logical interface instead of physical.   someother logic determine which physical interface is used (eg: load balance scheme).  VTP doesn't care.

 

 

 

 

 

 

Thank you for your insight.

 

Consider in a dual-Redbox (Dual HSRP L3 Switch) topology:

https://literature.rockwellautomation.com/idc/groups/literature/documents/td/enet-td021_-en-p.pdf

 

Consider a standard ring topology with a PRP and Ring or Star topology of access switches.

 

The Redbox will have a LAN_A and LAN_B connection to one port on access switch.

 

In which case, control protocols like CDP or VTP need to know that there are two different switches/peer devices attached to physical interfaces.

~BAS

After a restful weekend hiking in The Vecors, I'm say to sorry to add clarification:

 

My problem report is not a matter of semantics; in my case VTP isn't functioning.

 

 My "IES"  (LAN_A and LAN_B switches depicted above) never receive any VTP traffic from the RedBoxes (which also happen to be VTP master).  

 

In DEBUG, I observe VTP frames transmitting outbound on the PRP1 interface on RedBox, but the same DEBUG on the IES never see the VTP frame never arrive/receive.

 

  

FYI to all.  This problem was reported to Rockwell Automation (as the original problem was found on the IE-4000 OEM edition known as "AB-Rockwell Stratix 5400") as was acknowledge/confirmed ( Rockwell Anomaly ID 92799 / SWCSTRATIX-672  ) and supposedly fixed in IOS 15.2(8)E2 (Rockwell edition)

 

 

 

However, I've been testing in 15.2(8)E3 and the problem does not appear to be resolved.  I will re-engage with Rockwell customer service.

Albert Mitchell
Cisco Employee
Cisco Employee

Im sure you've done this but i have to ask the basic questions.

have you ensured the VTP mode an domain is configured consistently across Switches (Cisco and Stratix).?

the default is no domain configured. 

Yes, I did my CCNA in 2000 with a category 3 hangover (I remember my left leg shaking uncontrollably from alcohol poisoning that Saturday morning).

However, you question did give me a theory: The Stratix 5400 firmware on the IE-4000 defaults to version 2.  Let me make a test in version 2 (which, I suspect is the version with which Cisco and Rockwell recently tested a supposed fix for this bug ( Rockwell Anomaly ID 92799 / SWCSTRATIX-672  ) 

seklecki
Level 1
Level 1

The official word from Rockwell Automation is: "Stratix (Cisco IE-2000, Cisco IE-4000) switches do not support sending VTP packets over PRP links."

And so a work-around is required.

seklecki
Level 1
Level 1

BTW, earlier when I said "Meta Interface", i meant the PRP interface (which yea, from a source code standpoint, I'm sure it just a polymorphic permutation of the EtherChannel object)