Any Cisco CCIE will tell you they prefer to configure a Cisco router via the CLI. They love the intuitive nature of this interface and often compare it with competitive hardware interfaces when considering a purchase.
For this reason, Cisco's CLI has become a standard in the industry, which many hardware vendors copy and promote when trying to get into Cisco accounts (i.e. through the 600,000-plus certified individuals in the Cisco Career Certification Program).
For example, to globally enable NetFlow v9 on an Adtran device, the following commands must be included (i.e. not all shown) with Adtran:
(config)# ip flow export destination <IP Address> <port>
(config)# ip flow cache timeout active 1
(config)# ip flow export template timeout-rate 15
Similar to Cisco IOS, it must be enabled per interface with Adtran:
(config)# interface Ethernet 0/1
(config-eth 0/1)# ip flow ingress <ACL>
On a Cisco Router, the above can be compared to:
(config)# ip flow-export version 9 (must be specified as Cisco supports version 5 as well)
(config)# ip flow-export destination <IP Address> <port>
(config)# ip flow-cache timeout active 1
(config)# ip flow-export template timeout-rate 15
NetFlow with Cisco routers is then enabled per interface:
(config)# interface Ethernet 0/1
(config-if)# ip flow ingress
Further details can be found at http://www.adtran.com
(config)#netflow set interval 1
(config)#netflow set ports all-ports
(config)#netflow source <ip-address>
(config)#netflow set collector <ip-address> flow-destination-port <port>
(config)#netflow enable
Further details can be found at http://www.enterasys.com

Riverbed Steelhead appliances for WAN acceleration also support NetFlow.
"All of Riverbed's Steelhead appliances ship with NetFlow support to help improve traffic visibility for our customers," said Alan Saldich - vice president product marketing at Riverbed Technology. Below are the basic commands assuming that the defaults are taken: |
(config)# ip flow-export destination <ip-addr> interface <int #>
(config)# ip flow-export enable
Further details can be found at http://www.riverbed.com/products/appliances/
"It's great that Cisco opened up NetFlow to other vendors, certainly the lion's share of our business for Scrutinizer is from Cisco customers."
"However, we are seeing more customers calling in needing help when they try to activate NetFlow on their Enterasys or Nortel gear," said Michael Patterson - CEO of Plixer International, Inc. |
Related story:
| Terry's Blog | The history of the Cisco CLI |
Have you tried another vendor's NetFlow CLI interface?
How does it compare with Cisco's?
Related Stories:
Brad Reese cofounded BradReese.Com Cisco Refurbished, which enables affordable Cisco networks globally by assuring customer satisfaction with guaranteed one year warranties on both Cisco Repair as well as Refurbished Cisco.
Don't be shy, contact Brad Reese online or call him at 646-827-1130.