Is anyone familiar with IPv6 prefix lists...i'm trying to lab a scenario in GNS3 and i've come across a disparity between context sensitive help and what I can actually put in the router
The command i'm trying to enter (from the ROUTE FLG)
ipv6 prefix-list PREFIX_103 permit 103::/64 any
This is as far as I can get
ipv6 prefix-list PREFIX_103 permit 103::/64
context sensitive help doesn't show any of the commands past prefix list. been researching and this appears to be an 12.4T IOS bug. Cisco shows the following arguments for the prefix-list option:
ipv6 prefix-list list-name [seq seq-number] {deny ipv6-prefix/prefix-length | permit ipv6-prefix/prefix-length | description text} [ge ge-value] [le le-value]
Is the FLG just wrong? I checked the errata and it isn't listed.