Allied Telesis AT-iMG606BD Especificaciones Pagina 964

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 995
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 963
B. dhcpd Files dhcpd Includes
955
AlliedView NMS Administration Guide
{
log (info, concat(
" LEASE ACK>> ",binary-to-ascii(10, 8, ".", leased-address),
" MAC: ",binary-to-ascii(16,8,":",hardware),
" linked & associated to iMAP: ",(option agent.remote-id),
" INTERFACE: ",binary-to-ascii(10, 8, ".", substring(option agent.circuit-id, 0, 2)),
", VLAN: ",binary-to-ascii(10, 16, "", substring(option agent.circuit-id, 2, 2))
));
}
}
on expiry
{
if ((substring(option vendor-class-identifier,0,8)="iMG646PX") or (substring(option vendor-class-identifier,0,9)="iMG646MOD"))
{
log (info, concat(
" LEASE EXPIRE>> ",binary-to-ascii(10, 8, ".", leased-address),
" MAC: ",binary-to-ascii(16,8,":",hardware),
" associated to iMAP: ",(option agent.remote-id),
" INTERFACE: ",binary-to-ascii(10, 8, ".", substring(option agent.circuit-id, 0, 2)),
", VLAN: ",binary-to-ascii(10, 16, "", substring(option agent.circuit-id, 2, 2))
));
}
else
{
log (info, concat(
" LEASE EXPIRE>> ",binary-to-ascii(10, 8, ".", leased-address),
" MAC: ",binary-to-ascii(16,8,":",hardware),
" associated to iMAP: ",(option agent.remote-id),
" INTERFACE: ",binary-to-ascii(10, 8, ".", substring(option agent.circuit-id, 0, 2)),
", VLAN: ",binary-to-ascii(10, 16, "", substring(option agent.circuit-id, 2, 2))
));
}
}
on release
{
if ((substring(option vendor-class-identifier,0,8)="iMG646PX") or (substring(option vendor-class-identifier,0,9)="iMG646MOD"))
{
log (info, concat(
" RELEASE> ",binary-to-ascii(10, 8, ".", leased-address),
" MAC: ",binary-to-ascii(16,8,":",hardware),
" released on iMAP: ",(option agent.remote-id),
" INTERFACE: ",binary-to-ascii(10, 8, ".", substring(option agent.circuit-id, 0, 2)),
" VLAN: ",binary-to-ascii(10, 16, "", substring(option agent.circuit-id, 2, 2))
));
}
else
{
log (info, concat(
" RELEASE> ",binary-to-ascii(10, 8, ".", leased-address),
" MAC: ",binary-to-ascii(16,8,":",hardware),
" released on iMAP: ",(option agent.remote-id),
" INTERFACE: ",binary-to-ascii(10, 8, ".", substring(option agent.circuit-id, 0, 2)),
", VLAN: ",binary-to-ascii(10, 16, "", substring(option agent.circuit-id, 2, 2))
));
}
}
# STB class config files
include "/etc/dhcpd_include/vendor-amino.conf";
include "/etc/dhcpd_include/class-stb.conf";
# MAP class config files
include "/etc/dhcpd_include/spsi-ai00-class";
include "/etc/dhcpd_include/spsi-ai00-awplus-class";
# MAP subnet config files
include "/etc/dhcpd_include/spsi-ai00-subnet";
include "/etc/dhcpd_include/spsi-ai00-awplus-subnet";
B.2 dhcpd Includes
B.2.1 spsi-ai00-class
# spsi-ai00-class for Service Provider Solutions Interop (SPSI) lab Access Island 0
# Jul-15-08 JWS: modified for migration of nms server ip from 10.52.110.4 to 10.52.201.4
# Jul-22-08 JWS: modified for iMG634A-R2 (ODM)
# Feb-12-09 JWS: modified to add iMG613RF, iMG616BD
# Feb-13-09 JWS: modified to add iMG606BD
# Mar-31-09 JWS: modified to add iMG726MOD, iMG746MOD
# Jul-22-09 JWS: modified to add iMG616W
# Oct-9-09 JWS: modified for iMG624A-R2
# Oct-22-09 JWS: modified for Comtrend NexusLink 5631 ADSL bonded CPE
# Dec-4-09 JWS: modified rg613tx boot path
Vista de pagina 963
1 2 ... 959 960 961 962 963 964 965 966 967 968 969 ... 994 995

Comentarios a estos manuales

Sin comentarios