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

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs