?? xorp_if_mib.xif
字號:
/* $XORP: xorp/xrl/interfaces/xorp_if_mib.xif,v 1.2 2003/08/27 23:39:28 jcardona Exp $ *//*** XORP-SNMP interface MIB module*/interface xorp_if_mib/0.1 { /** * Load a MIB module * * @param mod_name the mib module file name (without extension) * @param abs_path absolute path to the module file * @param mod_index module index number in UCD-DLMOD-MIB::dlmodTable */ load_mib ? mod_name:txt \ & abs_path:txt \ -> mib_index:u32 /** * Unload a MIB module * * @param unloaded true if mib not loaded or successfully unloaded * @param mod_index of the MIB module to be unloaded. The index was * the one returned by load_mib, or it can be found by inspecting the * dlmod table: $ snmptable <host> UCD-DLMOD-MIB::dlmodTable */ unload_mib ? mib_index:u32 \ -> unloaded:bool }
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -