MIB Viewer

sysAttributeSelect

OBJECT-TYPE
1.3.6.1.4.1.890.1.5.12.49.16.6.4
Access
read-write
Status
current
Sub-identifiers
0
When erasing or copying port config, user can select specific attribute to erase/copy. If user enter zero-length string, 0x00 (all bits are not set) or 0xFF (all bits are set) indicates all attributes are selected, in this situation, system will perform erase/copy all configurations. When erasing multiple ports from different interfaces, only check each interface with their attributes bit to perform config erasing, so does config copy. Config erase example sysTarget = 201 (voip port 1) 301 (dsl port 1) sysAttributeSelect = # 0x00 0x00 0x00 0x00 0x00 0x80 (voip-alarm) In this case, system will erase all config setting of dsl port 1, only remove voip alarm related setting from voip port 1. Config copy example sysSource = 201 (voip port 1) sysTarget = 202 (voip port 2) sysAttributeSelect = # 0x20 (dsl-acl) In this case, system will copy all config from voip port 1 to port 2, ignoring dsl attribute setting. Attribute List dsl-loopguard(0) dsl-alarm(1) dsl-acl(2) dsl-packet-filter(3) dsl-smcast(4) dsl-atm-vc(5) dsl-vlan-transparent(6) dsl-vlan-trunk(7) dsl-vlan-translation(8) dsl-vlan-tls(9) dsl-qos(10) dsl-igmp(11) dsl-vdsl(12) dsl-dhcp(13) dsl-fdb(14) dsl-dscp(15) dsl-dot1x(16) genni-acl(20) genni-alarm(21) genni-vlan-uplink(22) genni-stp(23) voip-alarm(40) voip-h248(41) voip-sip(42) voip-dsp(43) voip-pots(44) system-acl(60) system-alarm(61) ex. # 0x00 0x10 = dsl-igmp(11) # 0x00 0x00 0x02 = genni-vlan-uplink(22) # 0x00 0x00 0x00 0x00 0x00 0x80 = voip-alarm(40) # 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x04 = system-alarm(61) # 0x00 0x00 0x00... = select all bits # 0xff 0xff 0xff... = select all bits
PortList