To export flow records using the IPFIX protocol, you must first
        configure a collector. Only a single collector is allowed. You can specify the source IP
        address and VR to use when sending from the switch to a given collector. When not specified,
        the system defaults to the switch IP address the traffic exits.
    
    - 
        To specify the Source IP address to be used in IPFIX
          packets, use the following command:
        
configure
            ip-fix source ip-address ipaddress {vr
            vrname}
       - 
        To reset back to the default of using the switch IP, use
          the following command:
        
unconfigure
          ip-fix source ip-address
       - 
        To specify the IP address, port number, transport protocol
          and VR for a collector, use the following command:
        
configure
          ip-fix ip-address ipaddress {protocol [sctp | tcp | udp]} {L4-port portno} {vr vrname}
       - 
        To unconfigure this, use the following command:
        
unconfigure
          ip-fix ip-address