Juniper JUNOS OS 10.3 - LN1000 MOBILE SECURE ROUTER USER GUIDE 8-26-2010 User Manual page 65

Mobile secure router for junos os
Table of Contents

Advertisement

Copyright © 2010, Juniper Networks, Inc.
unit 52 {
vlan-id 52;
family inet {
address 52.1.1.1/24;
}
}
unit 101 {
vlan-id 101;
family inet {
address 101.1.1.1/24;
}
}
unit 102 {
vlan-id 102;
family inet {
address 102.1.1.1/24;
}
}
unit 103 {
vlan-id 103;
family inet {
address 103.1.1.1/24;
}
}
}
}
Configure the R2CP protocol.
2.
The following example configures g2-0/0/2.52 as the interface for R2CP control
messages, vg1 as the virtual-channel group, and ge-0/0/2.101-103 as data interfaces
using the radio-interface statement.
protocols {
r2cp {
radio myRadio {
interface ge-0/0/2.52;
virtual-channel-group vg1;
radio-interface ge-0/0/2.101;
radio-interface ge-0/0/2.102;
radio-interface ge-0/0/2.103;
}
}
}
Configure class of service.
3.
The following example defines virtual-channels, their initial shaping-rates, and the
virtual-channel-group to which they belong. It also makes the association between
radio-interface interfaces and virtual-channel-group. In the class of service
configuration, the vc-shared-scheduler configuration statement is required for each
interface configured as a radio interface in the R2CP protocol configuration.
class-of-service {
virtual-channels {
vc1;
vc2;
Chapter 7: Configuring the R2CP Radio-to-Router Protocol
47

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ln1000

Table of Contents