cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
680
Views
0
Helpful
2
Replies

Protected Ports mib

gula
Level 1
Level 1

we are working with switch - catalyst 2960-x ,
how can I configure Protected Ports ( switchport protected ) via snmp ?

what is the mib?

1 Accepted Solution

Accepted Solutions

marce1000
Hall of Fame
Hall of Fame

  You must have an snmp-write enabled and known snmp community (string); then you could use the CISCO-COPY-CONFIG-MIB to copy templates from an external server to designated ports (google allso on' CISCO-COPY-CONFIG-MIB examples')

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! '

View solution in original post

2 Replies 2

marce1000
Hall of Fame
Hall of Fame

  You must have an snmp-write enabled and known snmp community (string); then you could use the CISCO-COPY-CONFIG-MIB to copy templates from an external server to designated ports (google allso on' CISCO-COPY-CONFIG-MIB examples')

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! '

gula
Level 1
Level 1

Hi

I am looking for mib and oid for   port protected
I found only way to configure it via command line

Switch# configure terminal
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# switchport protected
Switch(config-if)# end
I need do the same , but via snmp