Converting From Decimal to Network-Cluster-Member From
roger 18-October-2007 03:54:09 PM

Comments


network.cluster.member, with a default representation of 8.8.8. ...... Hexadecimal point code and decimal ssn if result is pcssn. ... please visit
www.cisco.com/application/pdf/en/us/guest/products/ps6109/c1091/ccmigration_09186a00803cbd58.pdf
Posted by waqasahmad


Converting from the Decimal form to the Network-Cluster-Member form be achieved in 3 simple steps;

Step 1: Convert the Decimal Point Code into Binary

07070 (Decimal) = 1B9E (Hex) = 0001 1011 1001 1110 (Binary)

Step 2: Split the Binary number into three Parts, bits 1to3, bits 4to11 and bits 12to14.

Bit 1to3 Relate to the Member, Bits 4to11 Relate to the Cluster and Bits 12to14 Relate to the Member.

(Network) (Cluster) (Member)
bits 12to14 bits 4to11 bits 1to3
011 01110011 110

Step3: Finally convert the Binary ‘Parts’ to Decimal values.

Network = 011 (Binary) = 3 (Decimal)
Cluster = 01110011 (Binary) = 115 (Decimal)
Member = 110 (Binary) = 6 (Decimal)

Hence, Network-Cluster-Member form = 3 – 115 – 6

Posted by treyton



Posted: 18-October-2007 04:29:40 PM By: treyton

Converting from the Decimal form to the Network-Cluster-Member form be achieved in 3 simple steps;

Step 1: Convert the Decimal Point Code into Binary

07070 (Decimal) = 1B9E (Hex) = 0001 1011 1001 1110 (Binary)

Step 2: Split the Binary number into three Parts, bits 1to3, bits 4to11 and bits 12to14.

Bit 1to3 Relate to the Member, Bits 4to11 Relate to the Cluster and Bits 12to14 Relate to the Member.

(Network) (Cluster) (Member)
bits 12to14 bits 4to11 bits 1to3
011 01110011 110

Step3: Finally convert the Binary ‘Parts’ to Decimal values.

Network = 011 (Binary) = 3 (Decimal)
Cluster = 01110011 (Binary) = 115 (Decimal)
Member = 110 (Binary) = 6 (Decimal)

Hence, Network-Cluster-Member form = 3 – 115 – 6

Posted: 01-January-2009 01:20:21 AM By: waqasahmad

network.cluster.member, with a default representation of 8.8.8. ...... Hexadecimal point code and decimal ssn if result is pcssn. ... please visit
www.cisco.com/application/pdf/en/us/guest/products/ps6109/c1091/ccmigration_09186a00803cbd58.pdf