1SNMP::Info::Layer3::ConUtsievritCyo(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Contivity(3)
2
3
4

NAME

6       SNMP::Info::Layer3::Contivity - SNMP Interface to Avaya/Nortel VPN
7       Routers (formerly Contivity Extranet Switches).
8

AUTHOR

10       Eric Miller
11

SYNOPSIS

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

DESCRIPTION

27       Abstraction subclass for Avaya/Nortel VPN Routers (formerly Contivity
28       Extranet Switch).
29
30   Inherited Classes
31       SNMP::Info::Layer3
32
33   Required MIBs
34       Inherited Classes' MIBs
35           See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
36           requirements.
37

GLOBALS

39       These are methods that return scalar value from SNMP
40
41       $contivity->vendor()
42           Returns 'avaya'
43
44       $contivity->model()
45           Returns the chassis name.
46
47           ("entPhysicalModelName.1")
48
49       $contivity->os()
50           Returns 'contivity'
51
52       $contivity->os_ver()
53           Returns the software version extracted from ("sysDescr").
54
55       $contivity->serial()
56           Returns the chassis serial number.
57
58           ("entPhysicalSerialNum.1")
59
60       $contivity->mac()
61           Returns the MAC address of the first Ethernet Interface.
62
63   Overrides
64       $contivity->layers()
65           Returns 00000100.  Contivity does not support bridge MIB, so
66           override reported layers.
67
68   Globals imported from SNMP::Info::Layer3
69       See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
70

TABLE METHODS

72       These are methods that return tables of information in the form of a
73       reference to a hash.
74
75   Overrides
76       $contivity->interfaces()
77           Returns reference to the map between IID and physical Port.  Skips
78           loopback and tunnel interfaces.
79
80       $contivity->i_name()
81           Interface Name field.  Skips loopback and tunnel interfaces.
82
83   Table Methods imported from SNMP::Info::Layer3
84       See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
85
86
87
88perl v5.32.0                      2020-07-28  SNMP::Info::Layer3::Contivity(3)
Impressum