cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1795
Views
0
Helpful
2
Replies

Nexus - Pseudowire

a.azambuja
Level 1
Level 1

I try to put the command "xconnect" on my Nexus 7000 but it shows

>> NEXUS7009-LAB(config-if)# xco?

>>                                          ^ % Invalid command at '^'

Which feature set must be installed to provide the feature ?

Tks.

2 Accepted Solutions

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Try this:

switch#

configure terminal

switch(config)#

interface ethernet 4/0/0.1

switch(config-if)#

encapsulation dot1q 100

switch(config-if)#

l2vpn xconnect context Test1

switch(config-xconnect)#

internetworking ethernet

View solution in original post

  Also, make sure to install the feature set and enable mpls first:

install feature-set mpls

than

feature mpls

I think, you have to be admin VDC to install it

HTH

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Try this:

switch#

configure terminal

switch(config)#

interface ethernet 4/0/0.1

switch(config-if)#

encapsulation dot1q 100

switch(config-if)#

l2vpn xconnect context Test1

switch(config-xconnect)#

internetworking ethernet

  Also, make sure to install the feature set and enable mpls first:

install feature-set mpls

than

feature mpls

I think, you have to be admin VDC to install it

HTH

Review Cisco Networking products for a $25 gift card