cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
932
Views
0
Helpful
10
Replies

1-Can we use Mgmt Pot in Netflow..?? 2-Can we use Mgmt Port in SNMP without removing existing interface..??

ehtesham.ahmed1
Level 1
Level 1

 

1-Can we use int Mgmt Pot in Netflow instead of interface gig 1/0/0...?

 

flow exporter EXPORTER-1
destination 172.16.10.2
transport udp 90
exit

flow record v4_r1
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long

flow monitor FLOW-MONITOR-1
record v4_r1
exporter EXPORTER-1

ip cef
!
interface GigabitEthernet1/0/0
ip address 172.16.6.2 255.255.255.0
ip flow monitor FLOW-MONITOR-1 input

 

 

2-Can we use int Mgmt Port in SNMP without removing existing interface GigabitEthernet0/0/0  ..??

 

snmp-server group VODAGYAN_CPE v3 auth read myview
snmp-server group VODAVISTA_CPE v3 auth read myview
snmp-server view myview mib-2 included
snmp-server trap link ietf
snmp-server trap-source GigabitEthernet0/0/0 

1 Accepted Solution

Accepted Solutions

Hello,

 

which platform and IOS do you have ? I think in IOS-XE, Netflow is not supported on MGMT ports.

View solution in original post

10 Replies 10

Hello,

 

which platform and IOS do you have ? I think in IOS-XE, Netflow is not supported on MGMT ports.

 

 

Router:-  ISR4451-X/K9 

IOS :- isr4400-universalk9.16.12.04.SPA.bin... ... Cisco IOS XE Gibraltar 16.12.X

 

You are running XE, so you cannot use the Management port for Netflow. You need to use another port...

Please guide me on which IOS can we use for Netflow MGMT port..??

Can we use int Mgmt Port in SNMP without removing existing interface GigabitEthernet0/0/0  ..??

 

snmp-server group VODAGYAN_CPE v3 auth read myview
snmp-server group VODAVISTA_CPE v3 auth read myview
snmp-server view myview mib-2 included
snmp-server trap link ietf
snmp-server trap-source GigabitEthernet0/0/0 

 

--------------- 

Router:-  ISR4451-X/K9 

IOS :- isr4400-universalk9.16.12.04.SPA.bin...Cisco IOS XE Gibraltar 16.12.X

Hello,

 

that shouldn't be a problem.

Hello,

 

there is no way to use the MGMT port as source for Netflow. The workaround is to create a loopback interface and source from there...

Thanks..
Can you please share the config so I can deploy in the Router..

Hello,

 

in theory, you should just be able to replace the physical with the loopback interface:

 

interface Loopback0
ip address 1.1.1.1 255.255.255.255
ip flow monitor FLOW-MONITOR-1 input

Thank you so much for your reply...

 

Can you please share the link of Cisco's best Security Practice for the Router...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card