cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1053
Views
0
Helpful
1
Replies

DNA Center PnP uplink configuration.

KenSteidle
Level 1
Level 1

During the PnP process, I have successfully had a switch reach out, upgrade it's code and apply the config template from an uplink that is an untagged interface for dot1q.

 

When I plug in an uplink that is going to be a tagged dot1q interface, a trunk port, I can't get the upstream router to allow the pnp server dns request through. How are you guys configuring the router to allow a trunk port to accept the pnp request from an un-configured switch? I've made a sub-interface the native vlan, but that didn't work.

 

Do I just configure the uplink as an untagged interface and accept that I will lose contact with the switch after the config is applied and until I reconfigure the uplink port on the router?

1 Reply 1

jalejand
Cisco Employee
Cisco Employee

On a Router, sub-interfaces for dot1q expect tagged traffic, the only interface which allows untagged frames on a router is the parent interface.

 

Example:

 

int Gi0/0/0

ip add 192.168.1.1 255.255.255.0 ----- Vlan 1

int Gi0/0/0.10

enca dot1q 10

ip add 192.168.10.1 255.255.255.0 ---- vlan 10

 

PnP Agent (vlan1) (any port ) ------------ (trunk/native vlan 1 ) (Switch) (trunk/native vlan 1) ------------- Gi0/0/0(192.168.1.1)

 

It should work this way.

 

Regards

Review Cisco Networking for a $25 gift card