Trang Chủ » Quản trị mạng
Monday, July 16, 2018
Cách setup SNMP trên các hệ thống để kết nối với Solarwinds
Cấu hình SNMP trên HĐH Microsoft Windows
Bước 1:Server Manager -> Features -> Add Features -> SNMP Services
Bước 2: Vào Services -> SNMP Service -> Properties
Bước 2: Vào Services -> SNMP Service -> Properties
- Tab Traps:
- Community name: mysnmpkey
- Trap destinations: IP máy chủ App Solarwinds.
- Tab Security:
- Chọn Send authentication trap
- Add Community
1.1.1.2 Cấu hình SNMP trên HĐH Linux
Bước 1: Cài đặt 2 gói net-snmp và net-snmp-utils
yum install net-snmp net-snmp-utils
Bước 2: Sửa file cấu hình /etc/snmp/snmpd.conf
# First, map the community name "public" into a "security name"
yum install net-snmp net-snmp-utils
Bước 2: Sửa file cấu hình /etc/snmp/snmpd.conf
# First, map the community name "public" into a "security name"
# sec.name source community
com2sec default #tên chuỗi kết nối
# Second, map the security name into a group name:
# groupName securityMode securityName
group v1
group v2c
# Third, create a view for us to let the group have rights to:
# Third, create a view for us to let the group have rights to:
# Make at least snmpwalk -v 1 localhost -c public system fast again.
# name incl/excl subtree mask(optional)
view systemview included
view systemview included
# Finally, grant the group read-only access to the systemview view.
# Finally, grant the group read-only access to the systemview view.
# group context sec.model sec.level prefix read write notif
access "" any noauth exact systemview none none
Bước 3: Khởi động dịch vụ snmp
service snmpd start
service snmpd start
Bước 4: Khởi động dịch vụ snmp khi khởi động máy
chkconfig snmpd on
chkconfig snmpd on
1.1.1.3 Thiết bị mạng Cisco
Enable snmp: snmp-server community mysnmpkey RO
1.1.1.4 Thiết bị mạng HP
Snmp-server enable
Snmp-server community mysnmpkey operator restricted
1.1.1.5 Thiết bị mạng Juniper
set snmp community mysnmpkey Read-Write Trap-on traffic version v1
set snmp host mysnmpkey 10.36.201.12 255.255.255.255 trap v1
set snmp port listen 161
set snmp port trap 162
1.1.1.6 Thiết bị HP-UX
(Sử dụng gói net-snmp-5.4-1-HP-UX_B.11.11_9000_800.tar.gz, đối với HP-UX 11)
- Giải nén gói net-snmp
gunzip net-snmp-5.4-1-HP-UX_B.11.11_9000_800.tar.gz
tar –xvf net-snmp-5.4-1-HP-UX_B.11.11_9000_800.tar
Sau khi untar sẽ được thư mục /usr/local/ - Copy nội dung các thư mục share/snmp, lib, include/net-snmp, man, bin, sbin vào thư mục tương ứng trên cây thư mục /usr/local của HP-UX
- Chỉnh sửa file /usr/local/share/snmp/snmpd.conf (nếu không có thì tạo mới)
rocommunity lvbsnmbkey # tên chuỗi kết nối (read-only)
agentaddress # Agent sẽ lắng nghe trên port 1611
syslocation Hanoi
syscontact tamdv@ists.com.vn
includeAllDisks # Chỉ ra filesystem muốn monitor (1 số bản net- snmp cũ sẽ không dùng được câu lệnh này, do đó sẽ phải dùng câu lệnh dưới)
disk / # Chỉ ra filesystem muốn monitor
sysObjectID 1.3.6.1.4.1.8072 # Chỉ ra nhánh OID muốn monitor (optional)
- Chạy Net-SNMP Daemon
/usr/local/sbin/snmpd- Kiểm tra
ps –ef | grep snmp
- Kiểm tra
1.1.1.7 Vmware ESXi
Sử dụng Putty vào ESXi trên giao thức SSH
Bước 1: Configure SNMP Communities
esxcli system snmp set --communitieslvbsmnpkey
Bước 2: Configure the SNMP Agent to Send SNMP v1 or v2c Traps
esxcli system snmp set --targets10.36.201.12@161/mysnmpkey
Bước 3: Configure the SNMP Agent for GETs
esxcli system snmp set --port161.
esxcli system snmp set --enable true
Bước 4: Vào Esxi hoặc Vcenter bằng Vsphere client, trong tab Configurationmục Software chọn Security Profile trong Remote access chọn SNMPD, tab Option chọn start and stop with host.
Bạn có thể bình luận bài viết tại đây...