90 | Access Control Lists (ACLs)w w w . d e l l . c o m | s u p p o r t . d e l l . c o m To view the configuration, use the show config command in the ROUTER OSPF mode (Figure 5-20) or theshow running-config ospf command in EXEC mode.Figure 5-20. Command Example: show config in ROUTER OSPF ModeACL ResequencingACL Resequencing allows you to re-number the rules and remarks in an access or prefix list. Theplacement of rules within the list is critical because packets are matched against rules in sequential order.Use resequencing whenever there is no longer an opportunity to order new rules as desired using currentnumbering scheme.For example, Table 5-2 contains some rules that are numbered in increments of 1. No new rules can beplaced between these, so apply resequencing to create numbering space as shown in Table 5-3. In the sameexample, apply resequencing if more than two rules must be placed between rules 7 and 10.You can resequence IPv4 ACLs, prefix lists, and MAC ACLs. If resequencing, no CAM writes happen asa result, so there is no packet loss (the behavior is similar to Hot-lock ACLs).Note: ACL resequencing does not affect the rules or remarks or the order in which they are applied. Itmerely renumbers them so that new rules can be placed within the list as desired.Table 5-2. ACL Resequencing Example (Insert New Rules)seq 5 permit any host 1.1.1.1seq 6 permit any host 1.1.1.2seq 7 permit any host 1.1.1.3seq 10 permit any host 1.1.1.4Table 5-3. ACL Resequencing Example (Resequenced)seq 5 permit any host 1.1.1.1seq 10 permit any host 1.1.1.2seq 15 permit any host 1.1.1.3seq 20 permit any host 1.1.1.4FTOS(conf-router_ospf)#show config!router ospf 34network 10.2.1.1 255.255.255.255 area 0.0.0.1distribute-list prefix awe inFTOS(conf-router_ospf)#