LAN Routing
1753946 Members
7857 Online
108811 Solutions
New Discussion

Re: need to remove a class

 
MarkSB
Occasional Contributor

need to remove a class

5406zl switch

 

I am trying to remove the red lines, but it says they are part of an applied policy.

How do I remove them?

 

class ipv4 "Marbut-test"
     10 match ip 128.1.1.6 0.0.0.0 10.170.1.0 0.0.0.255
   exit
class ipv4 "MPLS_Redirect"
     10 match ip 128.1.1.6 0.0.0.0 10.170.1.0 0.0.0.255
   exit
policy pbr "Gatewayredirect"
     20 class ipv4 "MPLS_Redirect"
      action ip next-hop 128.1.21.90
      action interface null
      exit
   exit

 

1 REPLY 1
paulgear
Esteemed Contributor

Re: need to remove a class

Hi Mark,

 

Is "Marbut-test" used anywhere else in your configuration?

Regards,
Paul