- 1
- 0
- 约2.77千字
- 约 5页
- 2018-03-13 发布于河南
- 举报
附录2-voip基本配置
1配置路由器上各接口的IP地址
1. 北京总部路由器
1)loopback 0
interface loopback 0
ip address 3.3.3.3 255.255.255.0
2)fastethernet 0/0
interface fastethernet 0/0
ip address 10.1.1.1 255.255.255.0
no shutdown
3)serial 0/2/0
interface serial 0/2/0
ip address 192.168.1.3 255.255.255.0
no shutdown
2.广州分公司路由器
1)loopback 0
interface loopback 0
ip address 4.4.4.4 255.255.255.0
2)fastethernet 0/0
interface fastethernet 0/0
ip address 10.2.2.2 255.255.255.0
no shutdown
3)serial 0/2/1
interface serial 0/2/1
ip address 192.168.1.4 255.255.255.0
no shutdown
3.上海分公司路由器
1)loopback 0
interface loopback 0
ip address 8.8.8.8 255.255.255.0
2)fastethernet 0/0
interface fastethernet 0/0
ip address 10.3.3.3 255.255.255.0
no shutdown
3)serial 0/0/0
interface serial 0/0/0
ip address 192.168.1.8 255.255.255.0
no shutdown
2配置DHCP
1.北京总部路由器
ip dhcp pool beijing
network 10.1.1.0 /24
default-router 10.1.1.1
option 150 ip 10.1.1.99
ip dhcp excluded-address 10.1.1.1 10.1.1.10
ip dhcp excluded-address 10.1.1.99
2.广州分公司路由器
ip dhcp pool guangzhou
network 10.2.2.0 /24
default-router 10.2.2.2
option 150 ip 10.2.2.99
ip dhcp excluded-address 10.2.2.1 10.2.2.10
ip dhcp excluded-address 10.2.2.99
3.上海分公司路由器
ip dhcp pool shanghai
network 10.3.3.0 /24
default-router 10.3.3.3
option 150 ip 10.3.3.99
ip dhcp excluded-address 10.3.3.1 10.3.3.10
ip dhcp excluded-address 10.3.3.99
3配置FR
1.FR交换机
frame-relay switching
1)serial 0/0/0
interface serial 0/0/0
encapsulation frame-relay
frame-relay lmi-type cisco
clock rate 64000
frame-relay route 304 interface s0/0/1 403
frame-relay route 308 interface s0/2/0 803
no shutdown
2)serial 0/0/1
interface serial 0/0/1
encapsulation frame-relay
frame-relay lmi-type cisco
clock rate 64000
frame-relay route 403 interface s0/0/0 304
no shutdown
3)serial 0/2/0
interface serial 0/2/0
encapsulation frame-relay
frame-relay lmi-type cisco
clock rate 64000
frame-relay route 803 interface s0/0/0 308
no shutdown
2.北京总部
interface serial 0/2/0
encapsulation frame-relay
frame-relay lmi-type cisco
4.6 VOIP功能配置
原创力文档

文档评论(0)