Thus spake Jason Englander
On Thu, 9 Mar 2000, Mike Andrews wrote:
print "[No Alarm] " if $alarm & 1; print "[Far-End LOF (YELLOW)] " if $alarm & 2; print "[Near-End Sending LOF] " if $alarm & 4; print "[Far-End AIS] " if $alarm & 8; print "[Near-End AIS] " if $alarm & 16; print "[Near-End LOF (RED)] " if $alarm & 32; print "[Near-End LOS] " if $alarm & 64; print "[Near-End Looped] " if $alarm & 128; print "[E1 TS16 AIS] " if $alarm & 256; print "[Far-End TS16 LOMF] " if $alarm & 512; print "[Near-End TS16 LOMF] " if $alarm & 1024; print "[Near-End Testcode] " if $alarm & 2048; print "[??] " if $alarm & 4096;
Then I unplugged the first HiperDSP's T1 (FYI: a channelized T1 - Robbed Bit is set) and got this:
transmission.18.6.1.10.1025 = 100
Any idea what 100 is? Looks to me like it should be showing 64, no?
Again, its a bitmask. 64+32+4=100 So, you've got Near End Loss Of Signal, Near End Loss Of Framing (Red Alarm), and Near End Sending Loss of Framing Signal. -- Jeff McAdams Email: jeffm@iglou.com Head Network Administrator Voice: (502) 966-3848 IgLou Internet Services (800) 436-4456 - To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.