1SNMP::Info::Layer3::ConUtsievritCyo(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Contivity(3)
2
3
4
6 SNMP::Info::Layer3::Contivity - SNMP Interface to Avaya/Nortel VPN
7 Routers (formerly Contivity Extranet Switches).
8
10 Eric Miller
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $contivity = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myswitch',
18 Community => 'public',
19 Version => 2
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $contivity->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Abstraction subclass for Avaya/Nortel VPN Routers (formerly Contivity
28 Extranet Switch).
29
30 For speed or debugging purposes you can call the subclass directly, but
31 not after determining a more specific class using the method above.
32
33 my $contivity = new SNMP::Info::Layer3::Contivity(...);
34
35 Inherited Classes
36 SNMP::Info
37 SNMP::Info::Layer3
38 SNMP::Info::Entity
39
40 Required MIBs
41 Inherited Classes' MIBs
42 See "Required MIBs" in SNMP::Info for its own MIB requirements.
43
44 See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
45 requirements.
46
47 See "Required MIBs" in SNMP::Info::Entity for its own MIB
48 requirements.
49
51 These are methods that return scalar value from SNMP
52
53 $contivity->vendor()
54 Returns 'avaya'
55
56 $contivity->model()
57 Returns the chassis name.
58
59 ("entPhysicalModelName.1")
60
61 $contivity->os()
62 Returns 'CES'
63
64 $contivity->os_ver()
65 Returns the software version extracted from ("sysDescr").
66
67 $contivity->serial()
68 Returns the chassis serial number.
69
70 ("entPhysicalSerialNum.1")
71
72 $contivity->mac()
73 Returns the MAC address of the first Ethernet Interface.
74
75 Overrides
76 $contivity->layers()
77 Returns 00000100. Contivity does not support bridge MIB, so
78 override reported layers.
79
80 Globals imported from SNMP::Info
81 See documentation in "GLOBALS" in SNMP::Info for details.
82
83 Globals imported from SNMP::Info::Layer3
84 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
85
86 Globals imported from SNMP::Info::Entity
87 See documentation in "GLOBALS" in SNMP::Info::Entity for details.
88
90 These are methods that return tables of information in the form of a
91 reference to a hash.
92
93 Overrides
94 $contivity->interfaces()
95 Returns reference to the map between IID and physical Port. Skips
96 loopback and tunnel interfaces.
97
98 $contivity->i_name()
99 Interface Name field. Skips loopback and tunnel interfaces.
100
101 Table Methods imported from SNMP::Info
102 See documentation in "TABLE METHODS" in SNMP::Info for details.
103
104 Table Methods imported from SNMP::Info::Layer3
105 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
106
107 Table Methods imported from SNMP::Info::Entity
108 See documentation in "TABLE METHODS" in SNMP::Info::Entity for details.
109
110
111
112perl v5.28.0 2018-11-29 SNMP::Info::Layer3::Contivity(3)