> In y'all's opinion, do you prefer/recommend using base-10 digits or
> hex in your NSAP addresses?
it's the decimal representation of the octets
lo0 {
description "main loopback";
unit 0 {
family inet {
address 127.0.0.1/32;
address 192.168.254.10/32 {
primary;
}
}
family iso {
address 47.0001.1921.6825.4010.00;
}
}
}
some glorp omitted to protect the innocent
randy