Sponsored Content
Full Discussion: Nortel exams
Special Forums News, Links, Events and Announcements Nortel exams Post 302169497 by puthupari on Thursday 21st of February 2008 12:48:38 PM
Old 02-21-2008
Nortel exams

Hey everyone . iam taking some nortel exams in coming few weeks . around 4 of them and came hotcerts.com which is offering $85 all exams package . can anyone tell me how good are their exam materials in reference to real exams ? . i dont want to miss this package if they are good as iam going to sit for ccnp after nortel exams . so all comments are welcome . plz let me know asap
 

8 More Discussions You Might Find Interesting

1. AIX

aix exams materials

hi all , please i need to have good book to read or manualls or pdf files about aix exam for aix user and administrator . version 4.3.3 or 5l with old exams or sample exams .. very urgent . is there a newsgroup for aix users ?? thanks (4 Replies)
Discussion started by: tamemi
4 Replies

2. What is on Your Mind?

UNIX Exams

Hey all. I know this may have been asked before though I thought this would be the best place for teh question. I'm about to start my study days yet again to sit the Sun 210-014 & 015. I was just wondering if anyone else has sat these exams and would like to know if they have any tips for... (1 Reply)
Discussion started by: woofie
1 Replies

3. UNIX for Dummies Questions & Answers

solaris exams

hi , new unix admin here, in solaris only right now. Looking to take the cert exams for solaris, specifically scsa 2 exams. anyone know a good book(s) that may also include cd's with practice exams? (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

4. Post Here to Contact Site Administrators and Moderators

Reg Certified Exams

Dear Sir/M'am, I am interested to write your Unix certified Unix Programming examination and get the certification.I know the basic commands used in UNIX.So, kindly guide me regarding the preparations and the approach to attend the examination.If possible,suggest me the books for... (1 Reply)
Discussion started by: Roopadevi
1 Replies

5. Solaris

Has anyone here taken the Solaris certification exams?

I'm thinking of taking the Solaris 10 exams, and never taken Sun's exams before. What kind of home lab is adequate for preparation? Would a couple of Sun Blade 100's and some USB storage be sufficient? (3 Replies)
Discussion started by: yoda9999
3 Replies

6. Linux

LPI exams

Hello, Can any one can guide me on LPI examinations about what is the marking scheme & with study guide links.... (1 Reply)
Discussion started by: binny
1 Replies

7. Solaris

ORACLE Solaris 10 Exams

Hello Admins; I need to get the certification in Oracle Solaris 10. As far as I know, there is $300 fee for each part (1 & 2 ). Does anybody know where we can get the discount coupons for these exams. So that it would be cheaper than 300 bucks... Thanks (6 Replies)
Discussion started by: snchaudhari2
6 Replies

8. UNIX Desktop Questions & Answers

Linux exams

Can some one give me any link to download gide lines or book for linux exams (0 Replies)
Discussion started by: ded325
0 Replies
Info::Layer3::N1600(3pm)				User Contributed Perl Documentation				  Info::Layer3::N1600(3pm)

NAME
SNMP::Info::Layer3::N1600 - SNMP Interface to Nortel 16XX Network Devices AUTHOR
Eric Miller SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $n1600->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Provides abstraction to the configuration information obtainable from a Nortel N16XX device through SNMP. For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above. my $n1600 = new SNMP::Info::Layer3::N1600(...); Inherited Classes SNMP::Info::Layer3 SNMP::Info::SONMP Required MIBs SWL2MGMT-MIB RAPID-CITY Inherited Classes' MIBs See classes listed above for their required MIBs. GLOBALS
These are methods that return scalar value from SNMP $n1600->bulkwalk_no Return 1. Bulkwalk is currently turned off for this class. $n1600->model() Returns model type. Checks $n1600->id() against the RAPID-CITY-MIB and then parses out "rcA". $n1600->vendor() Returns 'nortel' $n1600->os() Returns 'passport' $n1600->os_ver() Returns os version extracted from "sysDescr". Overrides $n1600->index_factor() Required by SNMP::Info::SONMP. Number representing the number of ports reserved per slot within the device MIB. Returns 64 since largest switch has 48 ports. Since these switches can not stack, the only requirement to reserve more than the max number of ports. Globals imported from SNMP::Info::Layer3 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. Globals imported from SNMP::Info::SONMP See documentation in SNMP::SONMP::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides $n1600->interfaces() Returns reference to hash of interface names to iids. Places a 1 in front of index number. This is required for compatibility with SNMP::Info::SONMP. $n1600->i_duplex() Returns reference to hash of interface operational link duplex status. $n1600->i_duplex_admin() Returns reference to hash of interface administrative link duplex status. Table Methods imported from SNMP::Info::Layer3 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details. Table Methods imported from SNMP::Info::SONMP See documentation in "TABLE METHODS" in SNMP::Info::SONMP for details. perl v5.12.4 2011-09-28 Info::Layer3::N1600(3pm)
All times are GMT -4. The time now is 05:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy