Nortel exams


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Nortel exams
# 1  
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
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
Login or Register to Ask a Question
Info::Layer2::N2270(3pm)				User Contributed Perl Documentation				  Info::Layer2::N2270(3pm)

NAME
SNMP::Info::Layer2::N2270 - SNMP Interface to Nortel 2270 Series Wireless Switch AUTHOR
Eric Miller SYNOPSIS
#Let SNMP::Info determine the correct subclass for you. my $n2270 = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $n2270->class(); print " Using device sub class : $class "; DESCRIPTION
Provides abstraction to the configuration information obtainable from a Nortel 2270 Series Wireless Switch 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 $n2270 = new SNMP::Info::Layer2::N2270(...); Inherited Classes SNMP::Info SNMP::Info::Bridge SNMP::Info::SONMP SNMP::Info::Airespace Required MIBs Inherited Classes' MIBs See "Required MIBs" in SNMP::Info for its own MIB requirements. See "Required MIBs" in SNMP::Info::Bridge for its own MIB requirements. See "Required MIBs" in SNMP::Info::SONMP for its own MIB requirements. See "Required MIBs" in SNMP::Info::Airespace for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP $n2270->vendor() Returns 'nortel' $n2270->os() Returns 'nortel' $n2270->model() Cross references $bayhub->id() to the SYNOPTICS-ROOT-MIB and returns the results. Removes "sreg-WLANSecuritySwitch" from the model name Overrides $bayhub->index_factor() Required by SNMP::Info::SONMP. Number representing the number of ports reserved per slot within the device MIB. Returns 256. $bayhub->slot_offset() Required by SNMP::Info::SONMP. Offset if slot numbering does not start at 0. Returns 0. Globals imported from SNMP::Info See documentation in "GLOBALS" in SNMP::Info for details. Globals imported from SNMP::Info::Bridge See documentation in "GLOBALS" in SNMP::Info::Bridge for details. Global Methods imported from SNMP::Info::SONMP See documentation in "GLOBALS" in SNMP::Info::SONMP for details. Global Methods imported from SNMP::Info::Airespace See documentation in "GLOBALS" in SNMP::Info::Airespace for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides None Table Methods imported from SNMP::Info See documentation in "TABLE METHODS" in SNMP::Info for details. Table Methods imported from SNMP::Info::Bridge See documentation in "TABLE METHODS" in SNMP::Info::Bridge for details. Table Methods imported from SNMP::Info::SONMP See documentation in "TABLE METHODS" in SNMP::Info::SONMP for details. Table Methods imported from SNMP::Info::Airespace See documentation in "TABLE METHODS" in SNMP::Info::Airespace for details. perl v5.12.4 2011-09-28 Info::Layer2::N2270(3pm)