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

Route Map - Delete Sequence Number

Andy.S
Level 1
Level 1

Hi All,

 

Taking the cisco example below, which demos how to PBR.

 

access-list 1 permit 209.165.200.225

access-list 2 permit 209.165.200.226

!

interface ethernet 1

 ip policy route-map Texas

!

route-map Texas permit 10

 match ip address 1

 set ip precedence priority

 set ip next-hop 209.165.200.227

!

route-map Texas permit 20

 match ip address 2

 set ip precedence critical

 set ip next-hop 209.165.200.228

 

 

How would i safely remove sequence number 20 from the above?

 

Many thanks.

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

You should be able to remove with:

no route-map Texas permit 20

 

HTH,

John

HTH, John *** Please rate all useful posts ***

Hi John,

no route-map Texas 20       worked good.

 

thanks
 

Review Cisco Networking products for a $25 gift card