How to configure Multiple interfaces of single device in NNA
Posted: Wed Jul 05, 2017 9:02 am
Hi Team,
We are configuring the network device say cisco router in NNA. But i came across the situation where i can only configure one interface of any specific device. If i am trying to configure another interface of same device then its overwriting the previously configured interface and i am not receiving data for previous interface. I am using following document for configuring the network device.
https://assets.nagios.com/downloads/nag ... alyzer.pdf
I am running following commands from the exec command prompt:
enable
configure terminal
interface Ethernet0/0
ip route-cache flow
exit
ip flow-export 192.168.5.191 9912 version 5
exit
clear ip flow stats
Now suppose i am trying to configure another interface on same device say Ethernet1/1, then it overwrites the above command and now data is received on NNA for the Ethernet1/1 and stops for Ethernet0/0.
enable
configure terminal
interface Ethernet1/1
ip route-cache flow
exit
ip flow-export 192.168.5.191 9913 version 5
exit
clear ip flow stats
We are configuring the network device say cisco router in NNA. But i came across the situation where i can only configure one interface of any specific device. If i am trying to configure another interface of same device then its overwriting the previously configured interface and i am not receiving data for previous interface. I am using following document for configuring the network device.
https://assets.nagios.com/downloads/nag ... alyzer.pdf
I am running following commands from the exec command prompt:
enable
configure terminal
interface Ethernet0/0
ip route-cache flow
exit
ip flow-export 192.168.5.191 9912 version 5
exit
clear ip flow stats
Now suppose i am trying to configure another interface on same device say Ethernet1/1, then it overwrites the above command and now data is received on NNA for the Ethernet1/1 and stops for Ethernet0/0.
enable
configure terminal
interface Ethernet1/1
ip route-cache flow
exit
ip flow-export 192.168.5.191 9913 version 5
exit
clear ip flow stats