Shammer's Philosophy

My private adversaria

Configure snmp on Debian wheezy

  1. su -
  2. edit /etc/apt/sources.list because some packages are not located on main apt source servers.
  3. apt-get update
  4. apt-get install snmp
  5. apt-get install snmp-mibs-downloader

New /etc/apt/sources.list is below.

# 

# deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official amd64 NETINST Binary-1 20140208-13:45]/ wheezy main

#deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official amd64 NETINST Binary-1 20140208-13:45]/ wheezy main

deb http://ftp.jp.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.jp.debian.org/debian/ wheezy main non-free contrib

deb http://security.debian.org/ wheezy/updates main non-free contrib
deb-src http://security.debian.org/ wheezy/updates main non-free contrib

# wheezy-updates, previously known as 'volatile'
deb http://ftp.jp.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.jp.debian.org/debian/ wheezy-updates main non-free contrib