|
NAMEng_lmi —
frame relay LMI protocol netgraph node type
SYNOPSIS#include <sys/types.h>
#include <netgraph/ng_lmi.h>
DESCRIPTIONThelmi node type performs the frame relay LMI protocol.
It supports the ITU Annex A, ANSI Annex D, and Group-of-four LMI types. It
also supports auto-detection of the LMI type.
To enable a specific LMI type, connect the corresponding hook
( To enable LMI type auto-detection, connect the
Only one fixed LMI type, or auto-detection, can be active at any given time. The HOOKSThis node type supports the following hooks:
CONTROL MESSAGESThis node type supports the generic control messages, plus the following:
SHUTDOWNThis node shuts down upon receipt of aNGM_SHUTDOWN
control message, or when all hooks have been disconnected.
SEE ALSOnetgraph(4), ng_frame_relay(4), ngctl(8)ANSI T1.617-1991 Annex D. ITU-T Q.933 Digital Subscriber Signaling System No. 1 - Signaling Specification for Frame Mode Basic Call Control, Annex A. HISTORYTheng_lmi node type was implemented in
FreeBSD 4.0.
AUTHORSJulian Elischer <julian@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |