cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
537
Views
0
Helpful
3
Replies

Problem with network-policy

Xebato
Level 1
Level 1

Hello,

On C9300L switch , I have on every port soure Template and Network-Policy configured. The network policy is to tag the phone in Voice VLAN. After restarting the switch I get the following error for every Port:

Command rejected: Network Policy Profile is configured on this interfac

It seems the source template can not be configured after configuring the Network-Policy on the Interface. And after restart always the Network-Policy is been applied first then the source Template policy so we get the above reject command. unfortunatally there is no way to tell the switch to apply first the source template then the network policy, which we can do manuelly without a problem untill the next restart.

Has Anyone idea ?

Thanks.

3 Replies 3

Network policy profile 

Can I see it 

MHM

conf t
network-policy profile 1
voice vlan 100

int gi1/0/1
network-policy 1

Xebato
Level 1
Level 1

I found the solution, since we are using NAC system, the LLDP Network-Policy is not required. We have simply added the following attribute (device-traffic-class=voice) to the voice VLAN, and everything is working fine now.
Now we have only source template config on the port.