中国Cisco技术论坛 -- 文章阅读 [讨论区: TJU]
发信人: hover (羽), 信区: TJU
标  题: 三网合一加MPLS配置实例 (转载)
发信站: 中国Cisco论坛 (2003年07月14日11:56:39 星期一), 站内信件

转贴自www.gotolab.com

hxga-rt-1#sh run 
Building configuration... 

Current configuration : 8247 bytes 
! 
version 12.2 
service timestamps debug uptime 
service timestamps log uptime 
no service password-encryption 
! 
hostname hxga-rt-1 
! 
enable secret 5 $1$TJPE$rfRAoWFHEgXux9NegxTe7/ 
! 
voice-card 1 
! 
ip subnet-zero 
! 
! 
ip domain-name gong'an.net 
! 
! 
ip vrf fy 
rd 100:3 
route-target export 100:3 
route-target import 100:3 
! 
ip vrf ga 
rd 100:1 
route-target export 100:1 
route-target import 100:1 
! 
ip vrf jc 
rd 100:4 
route-target export 100:4 
route-target import 100:4 
! 
ip vrf video 
rd 100:2 
route-target export 100:2 
route-target import 100:2 
ip cef 
! 
! 
voice class codec 88 
codec preference 1 g729br8 bytes 50 
codec preference 3 g729r8 bytes 50 
codec preference 5 g723ar53 
codec preference 6 g723ar63 bytes 144 
codec preference 7 g723r53 
codec preference 8 g723r63 bytes 120 
! 
! 
! 
! 
! 
! 
fax interface-type fax-mail 
mta receive maximum-recipients 0 
! 
controller E1 0/0 
channel-group 0 timeslots 1-31 
description hxga to qhgat 2M 
! 
controller E1 0/1 
channel-group 0 timeslots 1-31 
description hxga to hxfy 2M 
! 
controller E1 0/2 
channel-group 0 timeslots 1-31 
description hxga to hxjc 2M 
! 
controller E1 1/0 
framing NO-CRC4 
ds0-group 0 timeslots 1-15 type r2-digital r2-compelled ani 
ds0-group 1 timeslots 17-31 type r2-digital r2-compelled ani 
cas-custom 0 
unused-abcd 0 1 1 1 
country china use-defaults 
answer-signal group-b 1 
cas-custom 1 
unused-abcd 0 1 1 1 
country china use-defaults 
answer-signal group-b 1 
! 
! 
! 
! 
interface Loopback0 
description hxga-rt-1-id 
ip address 10.192.151.6 255.255.255.255 
h323-gateway voip interface 
h323-gateway voip id gong'an ipaddr 10.192.151.2 1719 
h323-gateway voip h323-id hxga-rt-1 
h323-gateway voip tech-prefix 1# 
! 
interface FastEthernet0/0 
description hxga lan 
no ip address 
duplex auto 
speed auto 
! 
interface FastEthernet0/0.2 
encapsulation dot1Q 2 
ip vrf forwarding ga 
ip address 10.194.121.100 255.255.255.0 
! 
interface FastEthernet0/0.3 
description hxga video 
encapsulation dot1Q 3 
ip vrf forwarding video 
ip address 10.192.2.65 255.255.255.240 
! 
interface Serial0/0:0 
ip address 10.192.16.22 255.255.255.252 
tag-switching ip 
! 
interface FastEthernet0/1 
no ip address 
duplex auto 
speed auto 
! 
interface FastEthernet0/1.1 
encapsulation dot1Q 3 
ip address 10.194.237.9 255.255.255.252 
! 
interface FastEthernet0/1.2 
encapsulation dot1Q 2 
ip vrf forwarding ga 
ip address 10.194.237.21 255.255.255.252 
! 
interface Serial0/1:0 
no ip address 
encapsulation frame-relay 
! 
interface Serial0/1:0.1 point-to-point 
ip address 10.194.237.1 255.255.255.252 
frame-relay interface-dlci 23 
! 
interface Serial0/1:0.2 point-to-point 
ip vrf forwarding fy 
ip address 10.194.237.13 255.255.255.252 
frame-relay interface-dlci 24 
! 
interface Serial0/2:0 
no ip address 
encapsulation frame-relay 
! 
interface Serial0/2:0.1 point-to-point 
ip address 10.194.237.5 255.255.255.252 
tag-switching ip 
frame-relay interface-dlci 25 
! 
interface Serial0/2:0.2 point-to-point 
ip vrf forwarding jc 
ip address 10.194.237.17 255.255.255.252 
frame-relay interface-dlci 26 
! 
router ospf 1 
log-adjacency-changes 
network 10.192.16.22 0.0.0.0 area 0 
network 10.192.151.6 0.0.0.0 area 0 
network 10.194.237.1 0.0.0.0 area 4 
network 10.194.237.5 0.0.0.0 area 4 
network 10.194.237.9 0.0.0.0 area 4 
! 
router ospf 2 vrf ga 
log-adjacency-changes 
redistribute bgp 1 metric-type 1 subnets 
network 10.194.121.100 0.0.0.0 area 0 
network 10.194.237.21 0.0.0.0 area 0 
! 
router ospf 3 vrf fy 
log-adjacency-changes 
redistribute bgp 1 metric-type 1 subnets 
network 10.194.237.13 0.0.0.0 area 0 
! 
router ospf 4 vrf jc 
log-adjacency-changes 
redistribute bgp 1 metric-type 1 subnets 
network 10.194.237.17 0.0.0.0 area 0 
! 
router ospf 5 vrf video 
log-adjacency-changes 
redistribute bgp 1 metric-type 1 subnets 
network 10.192.2.65 0.0.0.0 area 0 
! 
router bgp 1 
no synchronization 
bgp log-neighbor-changes 
neighbor 10.192.151.1 remote-as 1 
neighbor 10.192.151.1 update-source Loopback0 
no auto-summary 
! 
address-family ipv4 vrf video 
redistribute connected 
no auto-summary 
no synchronization 
exit-address-family 
! 
address-family ipv4 vrf jc 
redistribute connected 
redistribute ospf 4 
no auto-summary 
no synchronization 
exit-address-family 
! 
address-family ipv4 vrf ga 
redistribute connected 
redistribute ospf 2 
no auto-summary 
no synchronization 
exit-address-family 
! 
address-family ipv4 vrf fy 
redistribute connected 
redistribute ospf 3 
no auto-summary 
no synchronization 
exit-address-family 
! 
address-family vpnv4 
neighbor 10.192.151.1 activate 
neighbor 10.192.151.1 next-hop-self 
neighbor 10.192.151.1 send-community both 
no auto-summary 
exit-address-family 
! 
ip classless 
ip http server 
ip pim bidir-enable 
! 
! 
! 
! 
call rsvp-sync 
! 
voice-port 1/0:0 
cptone CN 
! 
voice-port 1/0:1 
cptone CN 
! 
! 
mgcp profile default 
! 
dial-peer cor custom 
! 
! 
! 
dial-peer voice 80000 pots 
incoming called-number .T 
direct-inward-dial 
port 1/0:0 
! 
dial-peer voice 80001 pots 
destination-pattern 9463T 
port 1/0:1 
! 
dial-peer voice 80002 voip 
destination-pattern 9462T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80003 voip 
destination-pattern 9463T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80004 voip 
destination-pattern 9464T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80005 voip 
destination-pattern 9465T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80006 voip 
destination-pattern 9466T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80007 voip 
destination-pattern 9467T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80008 voip 
destination-pattern 9468T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80009 voip 
destination-pattern 9471T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80010 voip 
destination-pattern 9472T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80011 voip 
destination-pattern 9473T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80012 voip 
destination-pattern 9474T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80013 voip 
destination-pattern 9475T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80014 voip 
destination-pattern 9476T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80015 voip 
destination-pattern 9477T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80016 voip 
destination-pattern 9478T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80017 voip 
destination-pattern 9479T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80018 voip 
destination-pattern 9111T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80019 voip 
destination-pattern 9461T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
dial-peer voice 80020 voip 
destination-pattern 6666T 
voice-class codec 88 
session target ras 
dtmf-relay cisco-rtp h245-signal h245-alphanumeric 
fax rate 9600 
! 
gateway 
! 
! 
line con 0 
line aux 0 
line vty 0 4 
password 
login 
! 
! 
end 

hxga-rt-1#

--

香草来自马达加斯加,咖啡来自巴西,草莓来自俄勒冈
巧克力来自比利时,坚果来自夏威夷...
我的理想...                来自你

※ 来源:·中国Cisco论坛 bbs.ccxx.net·[FROM: el océano profundo]             

[上一篇][TJU讨论区] [Cisco分类论区][下一篇]

其它文章列表
Foundry Switch and Router IP Tunnel Commands
Foundry Switch and Router DVMRP Commands
usedful link of juniper
juniper路由器上路由协议的权值(管辖距离)
请不要做浮躁的人
关于EIGRP一些小问题的解答(From NET130)
Re: [恶搞]华为新员工转正笔试题
[恶搞]华为新员工转正笔试题
华为新版操作命令

三网合一加MPLS配置实例 (转载)-中国Cisco技术论坛-思科 CCNA CCNP CCIE交流

讨论区列表
○ 我想我是海 ○ ATM ○ 本站的各类统计列表与数据 ○ 竞选板主
○ 北邮Cisco之家 ○ 职业生涯 ○ 思科认证互联网专家 ○ 思科认证初级网络工程师
○ 思科认证资深网络工程师 ○ 重邮Cisco之家 ○ 网络设计 ○ 资料与书籍
○ 免费Cisco实验室 ○ Cisco论坛也有Juniper ○ CCIE考试交换Lab日期专用区 ○ MPLS
○ 网络基础与原理 ○ 网络管理 ○ 新手上路 ○ 行业新闻
○ 酸甜苦辣留言板 ○ 南邮Cisco之家 ○ 路由技术 ○ 网络安全
○ 交换技术 ○ 站长的工作室 ○ 清华Cisco之家 ○ 同济Cisco之家
○ Cisco培训 ○ 电子科大Cisco之家 ○ Voice over IP、ATM、FR ○ 本站各项投票与结果
○ 虚拟专网技术

小说和博客站点友情链接:
小说
博客
全部小说
玄幻小说
博客论坛
言情小说
小说目录
三味书屋小说
CISCO迷
工具软件下载


[全部Cisco讨论区] 版权所有:中国Cisco技术论坛,亚威思科,Cisco培训,CCNA,CCNP,CCIE培训,Linux培训,远程CCIE实验室,Cisco技术