|
|
1. 实验方案: 在Inter_AS的MPLS/VPN中打通VOIP电话 实验环境如图: 两个骨干的AS环境、R1、R3为AS200,R2为AS100 AS200的骨干IGP为IS-IS,其中包括三两个独立的L2域、每一个骨干路由器为一个独立的域,AS100的骨干IGP为OSPF。Inter-AS VPN的出现、使骨干网和省网之间打通VPN成为可能。 MPLS/VPN 中,三台骨干路由器为PE、其它设备为CE。 MPLS/VPN在Inter-AS上建立VPN : VPN的CE分别在两个不同的AS、采用EBGP和骨干路由器互联,AS号码为65505和65506。 2.实验技术要点: a. 在Inter_As MPLS/VPN 上打通VOIP电话。 3. 配置命令: 骨干路由器的配置同实验Inter_AS的MPLS/VPN R5 call rsvp-sync ! voice-port 3/0/0 ! voice-port 3/0/1 cptone CN ! ! mgcp profile default ! dial-peer cor custom ! ! ! dial-peer voice 1 pots destination-pattern 5001 port 3/0/1 ! dial-peer voice 11 voip destination-pattern 6001 session target ipv4:10.10.60.6 ! R6 call rsvp-sync ! voice-port 3/0/0 cptone CN ! voice-port 3/0/1 ! ! mgcp profile default ! dial-peer cor custom ! ! ! dial-peer voice 1 pots destination-pattern 6001 port 3/0/0 ! dial-peer voice 11 voip destination-pattern 5001 session target ipv4:10.10.50.5 ! ! 4.确认: 电话5001与6001 互通 5.结果: 在Inter_AS 的 MPLS/VPN中打通VOIP电话。 总结:在本次实验中验证Cisco设备可以实现 a. 各种协议下的MPLS/VPN b. 在Inter_AS中的 MPLS/VPN c. 通过 Inter_AS中的MPLS/VPN的实时业务通信
|
|