DEV Community

Büşra
Büşra

Posted on • Edited on

2 1 1 1 1

Network Cihazlarında SNMPv2 Nasıl Açılır ?

  • Cisco L3 Switch

Image description

Switch#configure terminal 
Switch(config)#snmp-server community public RO 
Switch(config)#exit 
Switch#write memory
Enter fullscreen mode Exit fullscreen mode
  • Cisco Router

Image description

Router#configure terminal 
Router(config)#snmp-server community public RO 
Router(config)#exit 
Router#write memory
Enter fullscreen mode Exit fullscreen mode
  • Juniper Router

Image description

[edit]
user@router# set snmp community public authorization read-only
user@router# commit
Enter fullscreen mode Exit fullscreen mode
  • Huawei Router
snmp-agent community read testPublic
snmp-agent sys-info version v2c
Enter fullscreen mode Exit fullscreen mode
  • Huawei Switch
snmp-agent community read testPublic
snmp-agent sys-info version v2c
Enter fullscreen mode Exit fullscreen mode

SNMP izlemek için terminale yazılacak komut:

snmpwalk -v2c -c public <ip_address> 
Enter fullscreen mode Exit fullscreen mode

Image description

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay