wKioL1dcFlLj_9xUAADLCw0_X9k138.png-wh_50

此里中为帧中继的点到多点。


  1. 帧中继交换机配置


wKiom1dcFZqhzpUYAACBZyfE4PM391.png

2.M的配置


interface Serial1/0

 ip address 10.30.254.195 255.255.255.192

 encapsulation frame-relay

 ip ospf network point-to-multipoint

 serial restart-delay 0

 no arp frame-relay

 frame-relay map ip 10.30.254.193 101 broadcast

 frame-relay map ip 10.30.254.194 102 broadcast

 frame-relay map ip 10.30.254.196 103 broadcast

 no frame-relay inverse-arp


3.N的配置


interface Serial1/0

 ip address 10.30.254.196 255.255.255.192

 encapsulation frame-relay

 ip ospf network point-to-multipoint

 serial restart-delay 0

 no arp frame-relay

 frame-relay map ip 10.30.254.195 600 broadcast

 no frame-relay inverse-arp


4.K的配置

!

interface Serial1/0

 ip address 10.30.254.193 255.255.255.192

 encapsulation frame-relay

 ip ospf network point-to-multipoint

 serial restart-delay 0

 frame-relay map ip 10.30.254.195 300 broadcast


5.L的配置



interface Serial1/0

 ip address 10.30.254.194 255.255.255.192

 encapsulation frame-relay

 ip ospf network point-to-multipoint

 serial restart-delay 0

 frame-relay map ip 10.30.254.195 400 broadcast