Cisco Nexus 5000 VTP trunk status in vPC consistency-parameter

ciscocisco-nexus-5kcisco-nx-osvpc

In a pair of Nexus 5000, the show vpc consistency-parameters command
displays VTP trunk status on only one Nexus Enabled. The config is
identical, what is the reason for the discrepancy?

# sh vpc consistency-parameters vpc 10

    Legend:
        Type 1 : vPC will be suspended in case of mismatch

Name                        Type  Local Value            Peer Value
-------------               ----  ---------------------- -----------------------
Shut Lan                    1     No                     No
STP Port Type               1     Default                Default
STP Port Guard              1     None                   None
STP MST Simulate PVST       1     Default                Default
lag-id                      1     [(7f9b,                [(7f9b,
                                  0-23-4-ee-be-a, 8081,  0-23-4-ee-be-a, 8081,
                                  0, 0), (8000,          0, 0), (8000,
                                  e4-1f-13-d8-44-ea,     e4-1f-13-d8-44-ea,
                                  beef, 0, 0)]           beef, 0, 0)]
mode                        1     active                 active
Speed                       1     10 Gb/s                10 Gb/s
Duplex                      1     full                   full
Port Mode                   1     trunk                  trunk
Native Vlan                 1     1                      1
MTU                         1     1500                   1500
Admin port mode             1
VTP trunk status            2     -                      Enabled
Allowed VLANs               -     100,201                100,201
Local suspended VLANs       -     -                      -

Best Answer

The - character indicates VTP is disabled.

As Fizzle says, show vtp status should reveal the discrepancy.

There is a bug on the N3K that causes this behavior even if they're currently set the same if you have ever enabled VTP the box still thinks its on. Perhaps that bug also exists on N5K if show vpc status shows the same state.

In any case since its a type 2 inconsistency it doesn't affect traffic flow.