ipv6 prefix-list
   
   
      Use prefix lists to allow or deny specific route updates. A prefix list policy specifies
         route prefixes to match. When there is a match, the route is used. Configure a prefix list
         and apply the list to a route policy.
    
      Syntax
         
         
            - 
               
                  ipv6 prefix-list
                     WORD<1-64> name WORD<1-64>
                
- 
               
                  ipv6 prefix-list
                     WORD<1-64> WORD<1-256> ge <0- 128>
                
- 
               
                  ipv6 prefix-list
                     WORD<1-64> WORD<1-256> id <1-2147483647>
                
- 
               
                  ipv6 prefix-list
                     WORD<1-64> WORD<1-256> le <0-128>
                
- 
               
                  no ipv6 prefix-list
                     WORD<1-64> [WORD<1-256>]
                
Command Parameters
         
         
            
               - ge <0-128>
- Specifies the minimum length to
                  match. Lower bound and higher bound mask lengths together can define a range of
                  networks.
- id <1-2147483647>
- Specifies the prefix list ID.
- le <0-128>
- Specifies the maximum length to
                  match. Lower bound and higher bound mask lengths together can define a range of
                  networks.
- name WORD<1-64>
- Renames the specified prefix list.
                  The name length is from 1 to 64 characters.
- WORD<1-256>
- Specifies the IPv6 address and
                  length.
- WORD<1-64>
- Adds a prefix entry to the prefix
                  list. WORD<1-64> is the prefix-list name. WORD<1-256> is the IPv6
                  address and length. <ge|le><0- 128> is the minimum and maximum length
                  to match. Lower bound and higher bound mask lengths together can define a range of
                  networks.
Command Mode
         
         VRF Router Configuration