Reference Guide

Table Of Contents
seq 5 deny 5F00::/8 le 128
seq 10 deny ::/0
seq 15 deny ::/1
seq 20 deny ::/2
seq 25 deny ::/3 ge 4
seq 30 permit ::/0 le 128
(Extreme 220) #show ipv6 prefix-list summary apple
ipv6 prefix-list apple:
count: 6, range entries: 3, sequences: 5 - 30, refcount: 31
(Extreme 220) #show ipv6 prefix-list detail apple
ipv6 prefix-list apple:
count: 6, range entries: 3, sequences: 5 - 30, refcount: 31
seq 5 deny 5F00::/8 le 128 (hit count: 0, refcount: 1)
seq 10 deny ::/0 (hit count: 0, refcount: 1)
seq 15 deny ::/1 (hit count: 0, refcount: 1)
seq 20 deny ::/2 (hit count: 0, refcount: 1)
seq 25 deny ::/3 ge 4 (hit count: 0, refcount: 1)
seq 30 permit ::/0 le 128 (hit count: 240664, refcount: 0)
show route-map
To display a route map, use the show route-map command in Privileged EXEC mode.
Format show route-map [map-name]
Mode Privileged EXEC
Parameter Description
map-name
(Optional) Name of a specific route map.
The following example shows CLI display output for the command.
(Extreme 220) (Routing) # show route-map test
route-map test, permit, sequence 10
Match clauses:
ip address prefix-lists: orange
Set clauses:
set metric 50
clear ip prefix-list
To reset IP prefix-list counters, use the clear ip prefix-list command in Privileged EXEC mode. This
command is used to clear prefix-list hit counters. The hit count is a value indicating the number of
matches to a specific prefix list entry.
Format
clear ip prefix-list [prefix-list-name] [network/length]]
Mode Privileged EXEC
Parameter Description
prefix-list-name
(Optional) Name of the prefix list from which the hit count is to be cleared.
network/length
(Optional) Network number and length (in bits) of the network mask. If this option is
specified, hit counters are only cleared for the matching statement.
Routing Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 550