cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
624
Views
0
Helpful
1
Replies

Cisco 6500 - IPv6 Netflow configuration

Lee Kendrick
Level 1
Level 1

Hi,

I need to deploy Netflow for IPv6 on my Cisco Cat6500, but i am unable to see the configuration commands.

From the config guides - this should be pretty straight  forward:

SUMMARY STEPS

1. enable

2. configure terminal

3. ipv6 flow-export version 9 [origin-as | peer-as] [bgp-nexthop]

4. ipv6 flow-export destination ip-address udp-port

5. ipv6 flow-export template {refresh-rate packet-refresh-rate | timeout timeout-value}

6. ipv6 flow-export template options {export-stats | refresh-rate packet-refresh-rate | timeout timeout-value}

7. interface type number

8. ipv6 flow {ingress | egress}

 

When i look for the commands they are not available:

router1(config)#ipv6 ?
  access-list        Configure access lists
  cef                Cisco Express Forwarding for IPv6
  dhcp               Configure IPv6 DHCP
  general-prefix     Configure a general IPv6 prefix
  hop-limit          Configure hop count limit
  host               Configure static hostnames
  icmp               Configure ICMP parameters
  local              Specify local options
  mfib               Multicast Forwarding
  mld                Global mld commands
  multicast          Configure multicast global commands
  multicast-routing  Enable IPv6 multicast
  nd                 ND
  neighbor           Neighbor
  ospf               OSPF
  pim                Configure Protocol Independent Multicast
  prefix-list        Build a prefix list
  route              Configure static routes
  router             Enable an IPV6 routing process
  source-route       Process packets with source routing header options
  tacacs             TACACS configuration commands
  unicast-routing    Enable unicast routing

router1(config)#

 

i am running these codes: 

s72033-adventerprisek9_wan-mz.122-33.sxj5.bin

s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin

 

when looking at the feature navigator - it shows 'Netflow for IPv6 Unicast traffic' as a valid feature..

 

Please point me in the right direction.

Many thanks

 

 

1 Reply 1

pedersen
Level 1
Level 1

You’ll need to use the MLS flow commands, since it running with the SUP720, like “mls flow ipv6 inteface-full”, the configuration is quite similar to your IPv4 netflow configuration.

mls flow ipv6 interface-full
mls nde sender
ip flow-export version 9
ip flow-export destination 172.16.10.2 2055

/Anders