配置通道化E1

网络工程 路由
2021-08-02 17:58:11

有人可以告诉我以下配置在我们的 E1 控制器和 1984 带宽的串行接口上​​是否正确。

我们目前正在将带宽从 512 升级到 1984,但我不确定以下配置是否适用于 1984 的带宽

controller E1 0/0/0
 channel-group 0 timeslots 1-31
!         

!
interface Serial0/0/0:0
 description - TBA
 bandwidth 1984
 no ip address
 encapsulation frame-relay
 ip route-cache flow
 frame-relay lmi-type ansi
end
1个回答

有人可以告诉我以下配置在我们的 E1 控制器和 1984 带宽的串行接口上​​是否正确。

是的,这是使用框架控制器的所有时隙的正确配置。

这是从实际设备中获取的配置(是的,带宽不正确):

controller E1 3/0/4
 channel-group 0 timeslots 1-31

interface Serial3/0/4:0
 bandwidth 2048
 ip address S.N.I.P 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 encapsulation ppp
 no snmp trap link-status
 no fair-queue
 no cdp enable
end