Network Settings |
Host Name | DNS Primary | DNS Secondary |
---|---|---|
=$ipv4Config->hostname;?> | =$dnsConfig->dnsPrimary;?> | =$dnsConfig->dnsSecondary;?> |
IP Address | Subnet Mask | Default Gateway | IP Version | Assignment |
---|---|---|---|---|
=$ipv4Config->ip;?> | =$ipv4Config->netmask;?> | =$ipv4Config->gateway;?> | 4 | dhcpEnabled==true){echo "DHCP";}else{echo "Static";}?> |
IP Address | Prefix | Default Gateway | IP Version | Assignment | foreach ($IPv6Addresses as $IPv6Address) { $temp = split("/", $IPv6Address); if (($temp[0] != "::") && ($temp[0] != "")) { error_log("big ip ".$ipv6Config->ipStatic); $staticIP = split(":", $ipv6Config->ipStatic); $colonized = 0; $shortIP = $staticIP[0]; for ($i=1;$i<8;$i++) { if ($staticIP[$i]=="0") { if ($colonized == 0) { $shortIP = $shortIP.':'; $colonized = 1; } } else { $shortIP = $shortIP.':'.$staticIP[$i]; } } error_log("short ip ".$shortIP."vs. ip: ".$temp[0]); ?>
---|---|---|---|---|
=$temp[0];?> | =$temp[1];?> | gateway;} else{echo "N/A";}?> | 6 |
State | Port | Cipher |
---|---|---|
isEnabled==true){echo "Enabled";}else{echo "Disabled";}?> | =$sslConfig->port;?> | =$sslConfig->cipher;?> |
State |
---|
V1 | V2 | V3* | Algorithm | Encryption | Port |
---|---|---|---|---|---|
version1==true){echo "Enabled";}else{echo "Disabled";}?> | version2==true){echo "Enabled";}else{echo "Disabled";}?> | version3==true){echo "Enabled";}else{echo "Disabled";}?> | =$snmpConfig->algorithm;?> | encription==true){echo "Enabled";}else{echo "Disabled";}?> | =$snmpConfig->port;?> |
*SNMP V3 is always enabled. |
IP Address | Port | IP Version | $trapCount = count($snmpTraps); if($trapCount > 0) { foreach($snmpTraps as $trap) { if (preg_match("/:/", $trap->ip)) { $ipversion = '6'; } else { $ipversion = '4'; } ?>
---|---|---|
=$trap->ip;?> | =$trap->port;?> | =$ipversion;?> |
N/A | N/A | N/A |