<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Michael McNamara</title>
	
	<link>http://blog.michaelfmcnamara.com</link>
	<description>technology, networking and IP telephony</description>
	<lastBuildDate>Sun, 27 May 2012 08:19:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForMichaelFMcnamara" /><feedburner:info uri="commentsformichaelfmcnamara" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Nortel ERS 5520 PwR Switch by udayakumar</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/KJzdf2pKQ6k/</link>
		<dc:creator>udayakumar</dc:creator>
		<pubDate>Sun, 27 May 2012 08:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://maddog.mlhs.org/blog/2007/10/nortel-ers-5520-pwr-switch/#comment-6648</guid>
		<description>hi, 

i am strugling to prevent the network from Guest-DHCP by qos. i am using ers 4550t switch. the qos config is:
! *** QOS ***
!
qos agent reset-default
! *** Interface Apps ***
interface FastEthernet ALL
exit
qos if-group name "User_Ports" class unrestricted
qos if-assign port 1-48 name User_Ports
interface FastEthernet ALL
qos if-shaper port 1-48 name "2Meg_Shaper" shape-rate 2000 max-burst-rate 4000 
max-burst-duration 262
exit
qos ip-element 1 protocol 17 dst-port-min 68 dst-port-max 68 
qos ip-element 2 protocol 17 dst-port-min 67 dst-port-max 67 
qos ip-element 3 src-ip 10.2.12.0/24 dst-ip 10.2.12.1/32 
qos ip-element 4 dst-ip 255.255.255.255/32 
qos ip-element 5 src-ip 10.2.12.0/24 dst-ip 10.2.12.0/24 
qos classifier 1 set-id 1 name clfrComp1 element-type ip element-id 1
qos classifier 2 set-id 2 name clfrComp2 element-type ip element-id 2
qos classifier 3 set-id 3 name clfrComp3 element-type ip element-id 3
qos classifier 4 set-id 4 name clfrComp4 element-type ip element-id 4
qos classifier 5 set-id 5 name clfrComp5 element-type ip element-id 5
qos agent nvram-delay 10
qos policy 2 name "Drop-Broadcast" if-group "User_Ports" clfr-type classifier c
lfr-id 4 in-profile-action 1 precedence 2 
qos policy 3 name "Drop-Inter-Sub" if-group "User_Ports" clfr-type classifier c
lfr-id 5 in-profile-action 1 precedence 3 
qos policy 4 name "Drop-DHCP_Rep" if-group "User_Ports" clfr-type classifier cl
fr-id 1 in-profile-action 1 precedence 4 
qos policy 5 name "Allow_GWi" if-group "User_Ports" clfr-type classifier clfr-id
 3 in-profile-action 2 precedence 5 
qos policy 6 name "Allow_DHCP_Req" if-group "User_Ports" clfr-type classifier c
lfr-id 2 in-profile-action 2 precedence 6 

but i am still getting dhcp brodcast from guest-routers. it give me a big headache to me. if i nee anyhing change in above config ....pls guide me.

thanking u...
udayakumar.</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>i am strugling to prevent the network from Guest-DHCP by qos. i am using ers 4550t switch. the qos config is:<br />
! *** QOS ***<br />
!<br />
qos agent reset-default<br />
! *** Interface Apps ***<br />
interface FastEthernet ALL<br />
exit<br />
qos if-group name &#8220;User_Ports&#8221; class unrestricted<br />
qos if-assign port 1-48 name User_Ports<br />
interface FastEthernet ALL<br />
qos if-shaper port 1-48 name &#8220;2Meg_Shaper&#8221; shape-rate 2000 max-burst-rate 4000<br />
max-burst-duration 262<br />
exit<br />
qos ip-element 1 protocol 17 dst-port-min 68 dst-port-max 68<br />
qos ip-element 2 protocol 17 dst-port-min 67 dst-port-max 67<br />
qos ip-element 3 src-ip 10.2.12.0/24 dst-ip 10.2.12.1/32<br />
qos ip-element 4 dst-ip 255.255.255.255/32<br />
qos ip-element 5 src-ip 10.2.12.0/24 dst-ip 10.2.12.0/24<br />
qos classifier 1 set-id 1 name clfrComp1 element-type ip element-id 1<br />
qos classifier 2 set-id 2 name clfrComp2 element-type ip element-id 2<br />
qos classifier 3 set-id 3 name clfrComp3 element-type ip element-id 3<br />
qos classifier 4 set-id 4 name clfrComp4 element-type ip element-id 4<br />
qos classifier 5 set-id 5 name clfrComp5 element-type ip element-id 5<br />
qos agent nvram-delay 10<br />
qos policy 2 name &#8220;Drop-Broadcast&#8221; if-group &#8220;User_Ports&#8221; clfr-type classifier c<br />
lfr-id 4 in-profile-action 1 precedence 2<br />
qos policy 3 name &#8220;Drop-Inter-Sub&#8221; if-group &#8220;User_Ports&#8221; clfr-type classifier c<br />
lfr-id 5 in-profile-action 1 precedence 3<br />
qos policy 4 name &#8220;Drop-DHCP_Rep&#8221; if-group &#8220;User_Ports&#8221; clfr-type classifier cl<br />
fr-id 1 in-profile-action 1 precedence 4<br />
qos policy 5 name &#8220;Allow_GWi&#8221; if-group &#8220;User_Ports&#8221; clfr-type classifier clfr-id<br />
 3 in-profile-action 2 precedence 5<br />
qos policy 6 name &#8220;Allow_DHCP_Req&#8221; if-group &#8220;User_Ports&#8221; clfr-type classifier c<br />
lfr-id 2 in-profile-action 2 precedence 6 </p>
<p>but i am still getting dhcp brodcast from guest-routers. it give me a big headache to me. if i nee anyhing change in above config &#8230;.pls guide me.</p>
<p>thanking u&#8230;<br />
udayakumar.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/KJzdf2pKQ6k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2007/10/nortel-ers-5520-pwr-switch/#comment-6648</feedburner:origLink></item>
	<item>
		<title>Comment on Avaya 1100 Series IP Phone Upgrade to SIP by Julio</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/u70JHaYw9no/</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Wed, 23 May 2012 19:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1839#comment-6634</guid>
		<description>HI michael:

I am have an Avaya 1210 Ip deskphone, the phone show in the display

"Repair of File System" in the firth line, and the second line show " Wait a few minutes"

thank you, sorry for my languaje. i am speak spanish.</description>
		<content:encoded><![CDATA[<p>HI michael:</p>
<p>I am have an Avaya 1210 Ip deskphone, the phone show in the display</p>
<p>&#8220;Repair of File System&#8221; in the firth line, and the second line show &#8221; Wait a few minutes&#8221;</p>
<p>thank you, sorry for my languaje. i am speak spanish.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/u70JHaYw9no" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2011/01/avaya-ip-1100-series-ip-phone-upgrade-to-sip/#comment-6634</feedburner:origLink></item>
	<item>
		<title>Comment on Ethernet Routing Switch 8600 Log files by james</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/FA527GBVOLw/</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 23 May 2012 18:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=345#comment-6633</guid>
		<description>i am very new to nortel 8310,i cannot telnet the system neither ping, i cannot login to the system, on restart when console is connected the following is displayed kindly help:

CPU5 [2012-05-23 10:18:08] HW WARNING Power Supply 2 down
CPU5 [2012-05-23 10:18:08] SNMP INFO Power Supply Down(PsId=2, OperStatus=4)
CPU5 [2012-05-23 10:18:46] HW INFO Power Supply 2 up
CPU5 [2012-05-23 10:18:46] SNMP INFO Power Supply Up(PsId=2, OperStatus=3)
CPU5 [2012-05-23 10:19:20] HW WARNING Power Supply 2 down
CPU5 [2012-05-23 10:19:20] SNMP INFO Power Supply Down(PsId=2, OperStatus=4)

Init serial MPSC0 port
PowerBoot image in DRAM is at 0x00200000 - 0x00240000

Executing from 0x00200000 .....

PCI0 address decode control reg. = 0x8
The GT is in Monarch mode Waiting for EREADY to go High.......

EREADY pulled High.
Now scanning the PCI bus
Found CPU 740/750, PVR=00083311.
CPU clock: 400 MHz
Bus clock: 133 MHz
CPU Junction Temperature : +31C
256KB L2 Cache

Onboard Memory DRAM: 256MB 0x00000000...0x0FFFFFFF
User Flash : 64MB 0x50000000...0x53FFFFFF
DRAM: 128MB 0x00000000..0x07FFFFFF is cached memory
DRAM: 128MB 0x08000000..0x0FFFFFFF is non-cached memory

Reserved memory for ethernet and MPSC devices (0x0EFF0000-0x0FFFFFFF)
GT Register space mapped at 0xF0000000 - 0xF000FFFF

Testing NVRAM......................done
Testing RAM .......................done
Testing Boot FLASH....CSUM 0x012D..done
Testing PCI Bus ...................done

Init DTLB/ITLB for block translation, enable MMU
Enabling Instruction/Data Address translation in MSR
Init exception vectors starting at address: 0x00000100
Enable L1-Icache
Enable L1-Dcache
Enable L2-Cache
Check for AutoBoot....
Autoboot enabled...
00s
Start execution at boot address 0x52000108
*******cl_num = 100 ******

*******cl_num = 64 ******
Port 0 link down. Check line connection.


Copyright (c) 1996-2010 Avaya, Inc.
CPU Slot 5:    PPC 750Cxe
Version:       4.2.3.0
Creation Time: SEP 24 2010, 13:24:25
Hardware Time: MAY 23 2012, 10:24:21 UTC
Memory Size:   0x00980000
Start Type:    cold
ti1410cscHandler -- Card Insertion
can't open "/pcmcia/pcmboot.cfg" 0x380003
S_dosFsLib_FILE_NOT_FOUND

Loaded boot configuration from file /flash/boot.cfg
Attaching network interface lo0... done.

Press  to stop auto-boot...
Loading /flash/P83A4230.IMG ... 9403297 to 40697296 (40697296)
Starting at 0xa00000...


*******cl_num = 800 ******

*******cl_num = 2048 ******
Port 0 link down. Check line connection.
Attached TCP/IP interface to wancom unit 0
Attaching network interface lo0... done.

Adding 39619 symbols for standalone.
ti1410cscHandler -- Card Insertion

CPU5 [2012-05-23 10:24:46] SW INFO Found serial number  in fi
le 
CPU5 [2012-05-23 10:24:46] SW INFO License Successfully Loaded From  License Type -- ADVANCED


Ethernet Routing Switch 8300 System Software Release 4.2.3.0
Copyright (c) 1996-2010 Avaya Inc.

System boot
Ethernet Routing Switch System Software Release 4.2.3.0
CPU5 [2012-05-23 10:24:47] SW INFO System boot
CPU5 [2012-05-23 10:24:47] SW INFO Ethernet Routing Switch System Software Relea
se 4.2.3.0
CPU5 [2012-05-23 10:24:47] HW INFO resetting all I/O cards
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=2 Type=8348GTX
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=5 Type=8393SF/256
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=6 Type=8393SF/256
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=7 Type=8348GTX
CPU5 [2012-05-23 10:24:48] HW WARNING CPU threshold - 95 Current - 100   peak 10
0

CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#0:            0 (0)

CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#1:            0 (0)

CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#2:            0 (0)

CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#3:            0 (0)

CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#4:            0 (0)

CPU5 [2012-05-23 10:24:48] CPU WARNING wancom(0): 0       (0       )
CPU5 [2012-05-23 10:24:48] CPU WARNING

CPU5 [2012-05-23 10:24:48] CPU WARNING wancom(1): 0       (0       )
CPU5 [2012-05-23 10:24:48] CPU WARNING

CPU5 [2012-05-23 10:24:48] HW WARNING
         CpuUtil: 100
         SwitchFabricUtil: 0
         OtherSwitchFabricUtil: 0
         BufferUtil: 0

CPU5 [2012-05-23 10:24:48] HW WARNING
         DramUsed:DramSize 46:256

CPU5 [2012-05-23 10:24:49] HW WARNING CPU threshold - 95 Current - 100   peak 10
0

CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#0:            0 (0)

CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#1:            0 (0)

CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#2:            0 (0)

CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#3:            0 (0)

CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#4:            0 (0)

CPU5 [2012-05-23 10:24:49] CPU WARNING wancom(0): 0       (0       )
CPU5 [2012-05-23 10:24:49] CPU WARNING

CPU5 [2012-05-23 10:24:49] CPU WARNING wancom(1): 0       (0       )
CPU5 [2012-05-23 10:24:49] CPU WARNING

CPU5 [2012-05-23 10:24:49] HW WARNING
         CpuUtil: 100
         SwitchFabricUtil: 0
         OtherSwitchFabricUtil: 0
         BufferUtil: 0

CPU5 [2012-05-23 10:24:49] HW WARNING
         DramUsed:DramSize 46:256

CPU5 [2012-05-23 10:24:50] HW INFO Fan Tray 1 up
CPU5 [2012-05-23 10:24:50] HW INFO Fan Tray 2 up
CPU5 [2012-05-23 10:24:50] SNMP INFO Fan Up(FanId=1, OperStatus=2)
CPU5 [2012-05-23 10:24:50] SNMP INFO Fan Up(FanId=2, OperStatus=2)
CPU5 [2012-05-23 10:24:51] HW INFO Finished insertion for slot 5
CPU5 [2012-05-23 10:24:51] SW INFO Load configuration started
CPU5 [2012-05-23 10:24:52] SW ERROR DLD file version mismatch file /flash/p83r41
00.dld CP 4.2.3.0/008 IO 4.1.0.0/088
CPU5 [2012-05-23 10:24:57] SW INFO Slot  7: Loading 127.0.1.5:/flash/p83r4230.dl
d
CPU5 [2012-05-23 10:24:57] SW INFO Slot  2: Loading 127.0.1.5:/flash/p83r4100.dl
d
CPU5 [2012-05-23 10:24:57] HW INFO Finished insertion for slot 6
CPU5 [2012-05-23 10:25:11] SW INFO Slot  2: Starting software version 4.1.0.0
CPU5 [2012-05-23 10:25:11] SW INFO Slot  7: Starting software version 4.2.3.0
CPU5 [2012-05-23 10:25:19] HW INFO Finished insertion for slot 2
CPU5 [2012-05-23 10:25:22] HW INFO Finished insertion for slot 7
CPU5 [2012-05-23 10:25:22] SW INFO Loading configuration from /flash/config.cfg


 SNMP-v3 VACM configuration is currently using  default parameters.
 It is strongly recommended to  change these parameters.
CPU5 [2012-05-23 10:25:23] SW INFO Load configuration done
 SNMP-v3 USM configuration is currently using  default parameters.
 It is strongly recommended to  change these parameters.


SNMP-v3 Having more than one entry in Group-access table for the same group-name
 with different security levels can cause a security hole

CPU5 [2012-05-23 10:25:23] SNMP INFO Booted with PRIMARY boot image source - /fl
ash/P83A4230.IMG
CPU5 [2012-05-23 10:25:23] SW INFO PCMCIA card detected in Master CPU "ERS-8310"
 slot 5, Chassis S/N SSPNMF01GX
CPU5 [2012-05-23 10:25:23] SW INFO No host configured for transferring SMP log f
ile
CPU5 [2012-05-23 10:25:23] SW INFO Logging to PCMCIA stopped

AVAYA COMMAND LINE INTERFACE

Copyright (c) 1996-2010 Avaya, Inc.  All Rights Reserved.

Login: CPU5 [2012-05-23 10:26:11] SNMP INFO Sending Cold-Start Trap</description>
		<content:encoded><![CDATA[<p>i am very new to nortel 8310,i cannot telnet the system neither ping, i cannot login to the system, on restart when console is connected the following is displayed kindly help:</p>
<p>CPU5 [2012-05-23 10:18:08] HW WARNING Power Supply 2 down<br />
CPU5 [2012-05-23 10:18:08] SNMP INFO Power Supply Down(PsId=2, OperStatus=4)<br />
CPU5 [2012-05-23 10:18:46] HW INFO Power Supply 2 up<br />
CPU5 [2012-05-23 10:18:46] SNMP INFO Power Supply Up(PsId=2, OperStatus=3)<br />
CPU5 [2012-05-23 10:19:20] HW WARNING Power Supply 2 down<br />
CPU5 [2012-05-23 10:19:20] SNMP INFO Power Supply Down(PsId=2, OperStatus=4)</p>
<p>Init serial MPSC0 port<br />
PowerBoot image in DRAM is at 0&#215;00200000 &#8211; 0&#215;00240000</p>
<p>Executing from 0&#215;00200000 &#8230;..</p>
<p>PCI0 address decode control reg. = 0&#215;8<br />
The GT is in Monarch mode Waiting for EREADY to go High&#8230;&#8230;.</p>
<p>EREADY pulled High.<br />
Now scanning the PCI bus<br />
Found CPU 740/750, PVR=00083311.<br />
CPU clock: 400 MHz<br />
Bus clock: 133 MHz<br />
CPU Junction Temperature : +31C<br />
256KB L2 Cache</p>
<p>Onboard Memory DRAM: 256MB 0&#215;00000000&#8230;0x0FFFFFFF<br />
User Flash : 64MB 0&#215;50000000&#8230;0x53FFFFFF<br />
DRAM: 128MB 0&#215;00000000..0x07FFFFFF is cached memory<br />
DRAM: 128MB 0&#215;08000000..0x0FFFFFFF is non-cached memory</p>
<p>Reserved memory for ethernet and MPSC devices (0x0EFF0000-0x0FFFFFFF)<br />
GT Register space mapped at 0xF0000000 &#8211; 0xF000FFFF</p>
<p>Testing NVRAM&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.done<br />
Testing RAM &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..done<br />
Testing Boot FLASH&#8230;.CSUM 0x012D..done<br />
Testing PCI Bus &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.done</p>
<p>Init DTLB/ITLB for block translation, enable MMU<br />
Enabling Instruction/Data Address translation in MSR<br />
Init exception vectors starting at address: 0&#215;00000100<br />
Enable L1-Icache<br />
Enable L1-Dcache<br />
Enable L2-Cache<br />
Check for AutoBoot&#8230;.<br />
Autoboot enabled&#8230;<br />
00s<br />
Start execution at boot address 0&#215;52000108<br />
*******cl_num = 100 ******</p>
<p>*******cl_num = 64 ******<br />
Port 0 link down. Check line connection.</p>
<p>Copyright (c) 1996-2010 Avaya, Inc.<br />
CPU Slot 5:    PPC 750Cxe<br />
Version:       4.2.3.0<br />
Creation Time: SEP 24 2010, 13:24:25<br />
Hardware Time: MAY 23 2012, 10:24:21 UTC<br />
Memory Size:   0&#215;00980000<br />
Start Type:    cold<br />
ti1410cscHandler &#8212; Card Insertion<br />
can&#8217;t open &#8220;/pcmcia/pcmboot.cfg&#8221; 0&#215;380003<br />
S_dosFsLib_FILE_NOT_FOUND</p>
<p>Loaded boot configuration from file /flash/boot.cfg<br />
Attaching network interface lo0&#8230; done.</p>
<p>Press  to stop auto-boot&#8230;<br />
Loading /flash/P83A4230.IMG &#8230; 9403297 to 40697296 (40697296)<br />
Starting at 0xa00000&#8230;</p>
<p>*******cl_num = 800 ******</p>
<p>*******cl_num = 2048 ******<br />
Port 0 link down. Check line connection.<br />
Attached TCP/IP interface to wancom unit 0<br />
Attaching network interface lo0&#8230; done.</p>
<p>Adding 39619 symbols for standalone.<br />
ti1410cscHandler &#8212; Card Insertion</p>
<p>CPU5 [2012-05-23 10:24:46] SW INFO Found serial number  in fi<br />
le<br />
CPU5 [2012-05-23 10:24:46] SW INFO License Successfully Loaded From  License Type &#8212; ADVANCED</p>
<p>Ethernet Routing Switch 8300 System Software Release 4.2.3.0<br />
Copyright (c) 1996-2010 Avaya Inc.</p>
<p>System boot<br />
Ethernet Routing Switch System Software Release 4.2.3.0<br />
CPU5 [2012-05-23 10:24:47] SW INFO System boot<br />
CPU5 [2012-05-23 10:24:47] SW INFO Ethernet Routing Switch System Software Relea<br />
se 4.2.3.0<br />
CPU5 [2012-05-23 10:24:47] HW INFO resetting all I/O cards<br />
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=2 Type=8348GTX<br />
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=5 Type=8393SF/256<br />
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=6 Type=8393SF/256<br />
CPU5 [2012-05-23 10:24:47] HW INFO Card inserted: Slot=7 Type=8348GTX<br />
CPU5 [2012-05-23 10:24:48] HW WARNING CPU threshold &#8211; 95 Current &#8211; 100   peak 10<br />
0</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#0:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#1:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#2:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#3:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING RxQ#4:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING wancom(0): 0       (0       )<br />
CPU5 [2012-05-23 10:24:48] CPU WARNING</p>
<p>CPU5 [2012-05-23 10:24:48] CPU WARNING wancom(1): 0       (0       )<br />
CPU5 [2012-05-23 10:24:48] CPU WARNING</p>
<p>CPU5 [2012-05-23 10:24:48] HW WARNING<br />
         CpuUtil: 100<br />
         SwitchFabricUtil: 0<br />
         OtherSwitchFabricUtil: 0<br />
         BufferUtil: 0</p>
<p>CPU5 [2012-05-23 10:24:48] HW WARNING<br />
         DramUsed:DramSize 46:256</p>
<p>CPU5 [2012-05-23 10:24:49] HW WARNING CPU threshold &#8211; 95 Current &#8211; 100   peak 10<br />
0</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#0:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#1:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#2:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#3:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING RxQ#4:            0 (0)</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING wancom(0): 0       (0       )<br />
CPU5 [2012-05-23 10:24:49] CPU WARNING</p>
<p>CPU5 [2012-05-23 10:24:49] CPU WARNING wancom(1): 0       (0       )<br />
CPU5 [2012-05-23 10:24:49] CPU WARNING</p>
<p>CPU5 [2012-05-23 10:24:49] HW WARNING<br />
         CpuUtil: 100<br />
         SwitchFabricUtil: 0<br />
         OtherSwitchFabricUtil: 0<br />
         BufferUtil: 0</p>
<p>CPU5 [2012-05-23 10:24:49] HW WARNING<br />
         DramUsed:DramSize 46:256</p>
<p>CPU5 [2012-05-23 10:24:50] HW INFO Fan Tray 1 up<br />
CPU5 [2012-05-23 10:24:50] HW INFO Fan Tray 2 up<br />
CPU5 [2012-05-23 10:24:50] SNMP INFO Fan Up(FanId=1, OperStatus=2)<br />
CPU5 [2012-05-23 10:24:50] SNMP INFO Fan Up(FanId=2, OperStatus=2)<br />
CPU5 [2012-05-23 10:24:51] HW INFO Finished insertion for slot 5<br />
CPU5 [2012-05-23 10:24:51] SW INFO Load configuration started<br />
CPU5 [2012-05-23 10:24:52] SW ERROR DLD file version mismatch file /flash/p83r41<br />
00.dld CP 4.2.3.0/008 IO 4.1.0.0/088<br />
CPU5 [2012-05-23 10:24:57] SW INFO Slot  7: Loading 127.0.1.5:/flash/p83r4230.dl<br />
d<br />
CPU5 [2012-05-23 10:24:57] SW INFO Slot  2: Loading 127.0.1.5:/flash/p83r4100.dl<br />
d<br />
CPU5 [2012-05-23 10:24:57] HW INFO Finished insertion for slot 6<br />
CPU5 [2012-05-23 10:25:11] SW INFO Slot  2: Starting software version 4.1.0.0<br />
CPU5 [2012-05-23 10:25:11] SW INFO Slot  7: Starting software version 4.2.3.0<br />
CPU5 [2012-05-23 10:25:19] HW INFO Finished insertion for slot 2<br />
CPU5 [2012-05-23 10:25:22] HW INFO Finished insertion for slot 7<br />
CPU5 [2012-05-23 10:25:22] SW INFO Loading configuration from /flash/config.cfg</p>
<p> SNMP-v3 VACM configuration is currently using  default parameters.<br />
 It is strongly recommended to  change these parameters.<br />
CPU5 [2012-05-23 10:25:23] SW INFO Load configuration done<br />
 SNMP-v3 USM configuration is currently using  default parameters.<br />
 It is strongly recommended to  change these parameters.</p>
<p>SNMP-v3 Having more than one entry in Group-access table for the same group-name<br />
 with different security levels can cause a security hole</p>
<p>CPU5 [2012-05-23 10:25:23] SNMP INFO Booted with PRIMARY boot image source &#8211; /fl<br />
ash/P83A4230.IMG<br />
CPU5 [2012-05-23 10:25:23] SW INFO PCMCIA card detected in Master CPU &#8220;ERS-8310&#8243;<br />
 slot 5, Chassis S/N SSPNMF01GX<br />
CPU5 [2012-05-23 10:25:23] SW INFO No host configured for transferring SMP log f<br />
ile<br />
CPU5 [2012-05-23 10:25:23] SW INFO Logging to PCMCIA stopped</p>
<p>AVAYA COMMAND LINE INTERFACE</p>
<p>Copyright (c) 1996-2010 Avaya, Inc.  All Rights Reserved.</p>
<p>Login: CPU5 [2012-05-23 10:26:11] SNMP INFO Sending Cold-Start Trap</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/FA527GBVOLw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2008/08/ethernet-routing-switch-8600-log-files/#comment-6633</feedburner:origLink></item>
	<item>
		<title>Comment on How to configure SNMP v3 on Nortel Ethernet Routing Switches by Bill</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/taHvvUtu0pw/</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 23 May 2012 12:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1068#comment-6631</guid>
		<description>Forgot your questions.
Ver 6.1.5 on the 5520.
6.3.0 on ESM
6.2.1.2 on DM</description>
		<content:encoded><![CDATA[<p>Forgot your questions.<br />
Ver 6.1.5 on the 5520.<br />
6.3.0 on ESM<br />
6.2.1.2 on DM</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/taHvvUtu0pw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/10/how-to-configure-snmp-v3-on-nortel-ethernet-routing-switches/#comment-6631</feedburner:origLink></item>
	<item>
		<title>Comment on How to configure SNMP v3 on Nortel Ethernet Routing Switches by Bill</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/9TM_BC3h0qI/</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 23 May 2012 12:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1068#comment-6630</guid>
		<description>I figured out how to configure it. 
Edit/Communities/Password
Insert
IP address ( with the default 0.0.0.0 being v1/2c) I have to add each switch individually until they are all done. Then I can convert 0.0.0.0 to v3.
User Name
Auth Protocol = SHA
Priv Protocol = DES ( to conform the my free version of "The Dude")
Passwords.
These reflect the configuration of the switch.

You will see an orange lock, on the device, in ESM.</description>
		<content:encoded><![CDATA[<p>I figured out how to configure it.<br />
Edit/Communities/Password<br />
Insert<br />
IP address ( with the default 0.0.0.0 being v1/2c) I have to add each switch individually until they are all done. Then I can convert 0.0.0.0 to v3.<br />
User Name<br />
Auth Protocol = SHA<br />
Priv Protocol = DES ( to conform the my free version of &#8220;The Dude&#8221;)<br />
Passwords.<br />
These reflect the configuration of the switch.</p>
<p>You will see an orange lock, on the device, in ESM.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/9TM_BC3h0qI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/10/how-to-configure-snmp-v3-on-nortel-ethernet-routing-switches/#comment-6630</feedburner:origLink></item>
	<item>
		<title>Comment on LACP Configuration Examples (Part 1) by Michael McNamara</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/cTS67Rtt-ks/</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Tue, 22 May 2012 23:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=914#comment-6627</guid>
		<description>Hi Cyril,

You should find the commands you need on the Cisco 3750 from this post;

http://blog.michaelfmcnamara.com/2011/01/802-1q-vlan-tagging-on-a-cisco-catalyst-3750-e/

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Cyril,</p>
<p>You should find the commands you need on the Cisco 3750 from this post;</p>
<p><a href="http://blog.michaelfmcnamara.com/2011/01/802-1q-vlan-tagging-on-a-cisco-catalyst-3750-e/" rel="nofollow">http://blog.michaelfmcnamara.com/2011/01/802-1q-vlan-tagging-on-a-cisco-catalyst-3750-e/</a></p>
<p>Cheers!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/cTS67Rtt-ks" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/08/lacp-configuration-examples-part1/#comment-6627</feedburner:origLink></item>
	<item>
		<title>Comment on How to configure SNMP v3 on Nortel Ethernet Routing Switches by Michael McNamara</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/oKyGxXMNJvU/</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Tue, 22 May 2012 23:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1068#comment-6626</guid>
		<description>Hi Bill,

I don't believe Enterprise Switch Manager (ESM - which has been retired) supports SNMPv3. I'm guessing you have this problem on all your switches?

What version of software on the ERS 5520? What version of ESM? What version of JDM?

Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>I don&#8217;t believe Enterprise Switch Manager (ESM &#8211; which has been retired) supports SNMPv3. I&#8217;m guessing you have this problem on all your switches?</p>
<p>What version of software on the ERS 5520? What version of ESM? What version of JDM?</p>
<p>Good Luck!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/oKyGxXMNJvU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/10/how-to-configure-snmp-v3-on-nortel-ethernet-routing-switches/#comment-6626</feedburner:origLink></item>
	<item>
		<title>Comment on VLANs and IP Routing on an Ethernet Routing Switch by Michael McNamara</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/I9F1v-amvfE/</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Tue, 22 May 2012 23:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1886#comment-6625</guid>
		<description>Hi Gev,

You can use the following command from the CLI interface to output the entire configuration;

"show running-config"

With regard to your other questions you would need to add those VLANs to the ERS 5520, you would also need to enable routing.

If you have additional questions I would suggest you post them on the forums, http://forums.networkinfrastructure.info/index.php

Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi Gev,</p>
<p>You can use the following command from the CLI interface to output the entire configuration;</p>
<p>&#8220;show running-config&#8221;</p>
<p>With regard to your other questions you would need to add those VLANs to the ERS 5520, you would also need to enable routing.</p>
<p>If you have additional questions I would suggest you post them on the forums, <a href="http://forums.networkinfrastructure.info/index.php" rel="nofollow">http://forums.networkinfrastructure.info/index.php</a></p>
<p>Good Luck!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/I9F1v-amvfE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2011/01/vlans-ip-routing-ethernet-routing-switch/#comment-6625</feedburner:origLink></item>
	<item>
		<title>Comment on LACP Configuration Examples (Part 1) by Cyril HADDAD</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/yJCigZRRNBo/</link>
		<dc:creator>Cyril HADDAD</dc:creator>
		<pubDate>Tue, 22 May 2012 09:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=914#comment-6623</guid>
		<description>Hi Michael, 

I need to configure the same topology but instead of the BS470 i have a CISCO 3750X...

My question is : the configuration ERS8610 is it remains the same?
What advice would you give to the configuration of CISCO?

Thanks

Cyril</description>
		<content:encoded><![CDATA[<p>Hi Michael, </p>
<p>I need to configure the same topology but instead of the BS470 i have a CISCO 3750X&#8230;</p>
<p>My question is : the configuration ERS8610 is it remains the same?<br />
What advice would you give to the configuration of CISCO?</p>
<p>Thanks</p>
<p>Cyril</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/yJCigZRRNBo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/08/lacp-configuration-examples-part1/#comment-6623</feedburner:origLink></item>
	<item>
		<title>Comment on How to configure SNMP v3 on Nortel Ethernet Routing Switches by Bill</title>
		<link>http://feedproxy.google.com/~r/CommentsForMichaelFMcnamara/~3/x1yF-KvsaJw/</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 21 May 2012 19:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1068#comment-6620</guid>
		<description>I am able to open my 5520 SNMPv3 configured switch with JDM but ESM will discover it, show it by IP Address(when ESM is configured for sysName), but will not open it....

Any ideas?

Thanks,
Bill</description>
		<content:encoded><![CDATA[<p>I am able to open my 5520 SNMPv3 configured switch with JDM but ESM will discover it, show it by IP Address(when ESM is configured for sysName), but will not open it&#8230;.</p>
<p>Any ideas?</p>
<p>Thanks,<br />
Bill</p>
<img src="http://feeds.feedburner.com/~r/CommentsForMichaelFMcnamara/~4/x1yF-KvsaJw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.michaelfmcnamara.com/2009/10/how-to-configure-snmp-v3-on-nortel-ethernet-routing-switches/#comment-6620</feedburner:origLink></item>
</channel>
</rss><!-- Served from: blog.michaelfmcnamara.com @ 2012-05-27 05:37:32 by W3 Total Cache -->

