代码搜索结果
找到约 10,000 项符合
4 的代码
4.txt
四、ISDN故障处理命令
1、ping:在DDR中,ping命令触发一个呼叫,在第2个B信道up前,路由器已完成了ping。
2、clear interface bri n:重置接口上不同的计数器并中止接口上的连接。
3、show interface bri n:显示关于ISDN BRI D信道的信息
4、show interface bri n 1 2
mkfile4
all: myapp
# Which compiler
CC=gcc
# Where to install
INSTDIR=/usr/local/bin
# Where are include files kept
INCLUDE=.
# Options for development
CFLAGS=-g -Wall -ansi
# Options for release
# CFLAG