cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
733
Views
0
Helpful
3
Replies

SNMP Related Services

ehtesham.ahmed1
Level 1
Level 1

Can we use the Mgmt port (int GigabitEthernet 0) SNMP without removing the existing Interface.??

 

 

Router(config)# snmp-server view myview mib-2 included
Router(config)# snmp-server trap link ietf
Router(config)# snmp-server trap-source GigabitEthernet0/0/0

1 Accepted Solution

Accepted Solutions

Hello @ehtesham.ahmed1 ,

 

>> we need both interface in SNMP… int Gi0/0/0 and int Gig0

 

I'm afraid this is not supported as the purpose of the command is to use a single source address when sending SNMP packets in order to make easier the device identification on the management servers.

This is why the second instance of the command overwrites the previous one.

 

Hope to help

Giuseppe

 

View solution in original post

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

 - That should work

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Yes, Its work.



When giving to command in SMNP, it will remove the existing int gi0/0/0.



Only accept one interface in SNMP ..



we need both interface in SNMP… int Gi0/0/0 and int Gig0


Hello @ehtesham.ahmed1 ,

 

>> we need both interface in SNMP… int Gi0/0/0 and int Gig0

 

I'm afraid this is not supported as the purpose of the command is to use a single source address when sending SNMP packets in order to make easier the device identification on the management servers.

This is why the second instance of the command overwrites the previous one.

 

Hope to help

Giuseppe