File: cache-test.cfg

package info (click to toggle)
libconfig-scoped-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 752 kB
  • ctags: 73
  • sloc: perl: 10,347; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# defaults, lexically scoped
community = public;
variables = [ ifInOctets, ifOutOctets ];
oids = {
    ifInOctets  = 1.3.6.1.2.1.2.2.1.10;
    ifOutOctets = 1.3.6.1.2.1.2.2.1.16;
};

%include include.cfg;

%warnings parameter off;    ### allow parameter redefinition

devices rtr001 {
    ports = [ 1, 2, 8, 9 ];
}

devices rtr007 {
    community = 'really top secret!';
    ports = [ 1, 2, 3, 4 ];
}