0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

snmp community でvrfを指定した

Posted at

概要

cisco の NW機器(C9200)に監視サーバからログインできない事象が発生。
調べてみるとどうやらMIBの取得に失敗しているようで、SNMP関連の設定ミスなのではないかとあたりをつけ、ログインしようとしているIPアドレスに紐づいたvrfをsnmp communityの設定にも紐づけてあげることで解決。

結論

まずvrfの設定は以下。

vrf
ip route vrf {VRF name} x.x.x.x x.x.x.x x.x.x.x

SNMP Community で設定した内容は以下。

snmp community
snmp-server community {community name} RO {VRF name}

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?