我正在尝试通过帧中继配置数据 T1。
ISP 为我提供了以下信息:
1. IP address
2. Gateway address
3. Encapsulation Frame Relay
4. DLCI 100
5. BZ8 ESF (I think the bz8 was supposed to be b8zs)
6. Time Slot (1 al 24).
Run Code Online (Sandbox Code Playgroud)
到目前为止,我已经配置了以下内容:
interface Serial0/0
ip address <ip address> 255.255.255.252
encapsulation frame-relay
service-module t1 timeslots 1-24
frame-relay interface-dlci 100
Run Code Online (Sandbox Code Playgroud)
sh 服务模块 s0/0(输出):
Module type is T1/fractional
Hardware revision is 0.128, Software revision is 0.2,
Image checksum is 0x73D70058, Protocol revision is 0.1
Receiver has no alarms. …
Run Code Online (Sandbox Code Playgroud)