Skip to content

Note

不挑戰記憶力的技術筆記

Menu
Menu

[Juniper]Configure SNMP

Posted on 2011 年 8 月 19 日 by febr

example:

view testmib {
oid iso include;
}
community public {
authorization read-only;
}
community private {
view testmib;
authorization read-write;
}

 

[edit snmp]

//建立一個名為test的community並設定為read-only並允許X.X.X.X/X這段IP

switch# set community test authorization read-only clients X.X.X.X/X


//需要設定view參數才能夠set mib裡的值

switch# set view view_name oid iso include

 

public, private為default可用的,但不安全,建議自行定義community命名

 

最近在研究開關interface port,雖然ifAdminStatus預設為rw,但Juniper無法更改它的值阿!這是較困擾的一點…

 

其餘的一些設定參考:

http://www.juniper.net/techpubs/software/junos/junos64/swconfig64-net-mgmt/download/snmp-config.pdf

發佈留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

近期文章

  • [AWS] S3 Object Initiate restore (復原回 Standard)
  • [Windows] 使用者快速登出的方法 Logout/ Logoff/Sign Out from Windows User Account
  • [Windows] Windows 11 安裝Server管理工具Install RSAT(Remote Server Administrator Tools)
  • Chrome出現:你的連線不是私人連線 Your connection is not private
  • [C#] 取得 Request URL 的方法

近期留言

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    彙整

    分類

    • Ajax
    • Android
    • ASP
    • ASP.NET MVC
    • Azure
    • C#
    • Cisco
    • CSS
    • Delphi
    • Developer Tools
    • Framework
    • FreeBSD
    • Git
    • HTML5
    • javascript
    • jQuery
    • Juniper
    • Linux
    • Mac
    • PHP
    • Python
    • Server&OS
    • Software
    • SQL server
    • Sublime Text
    • Ubuntu
    • Visual Studio
    • Vmware
    • Web Design
    • Web Development
    • Windows
    • WordPress
    • 未分類
    • 未分類

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    © 2025 Note | Powered by Superbs Personal Blog theme