Technical Documentation

protocols

Syntax

protocols {
bgp {
... bgp-configuration ...
}
isis {
... isis-configuration ...
}
ldp {
... ldp-configuration ...
}
msdp {
... msdp-configuration ...
}
mstp {
... mstp-configuration ...
}
ospf {
domain-id domain-id;
domain-vpn-tag number;
route-type-community (iana | vendor);
... ospf-configuration ...
}
ospf3 {
domain-id domain-id;
domain-vpn-tag number;
route-type-community (iana | vendor);
... ospf3-configuration ...
}
pim {
... pim-configuration ...
}
rip {
... rip-configuration ...
}
ripng {
... ripng-configuration ...
}
rstp {
rstp-configuration;
}
vstp {
vstp configuration;
}
}

Hierarchy Level

[edit logical-systems logical-system-name routing-instances routing-instance-name],
[edit routing-instances routing-instance-name]

Release Information

Statement introduced before JUNOS Release 7.4.

Support for RIPng introduced in JUNOS Release 9.0.

Description

Specify the protocol for a routing instance. You can configure multiple instances of the following supported protocols: BGP, IS-IS, LDP, MSDP, OSPF, OSPFv3, PIM, RIP, and RIPng.

Options

bgp—Specify BGP as the protocol for a routing instance. For a description of the BGP configuration statements, see .

isis—Specify IS-IS as the protocol for a routing instance. For a description of the IS-IS configuration statements, see .

ldp—Specify LDP as the protocol for a routing instance. For more information about configuring LDP, see the JUNOS MPLS Applications Configuration Guide.

msdp—Specify the Multicast Source Discovery Protocol (MSDP) for a routing instance. For more information about configuring MSDP, see the JUNOS Multicast Protocols Configuration Guide.

mstp—Specify the Multiple Spanning Tree Protocol (MSTP) for a virtual switch routing instance. For more information about configuring MSTP, see the JUNOS MX Series Ethernet Services Routers Layer 2 Configuration Guide

ospf—Specify OSPF as the protocol for a routing instance. For a description of the OSPF configuration statements, see .

ospf3—Specify OSPF version 3 (OSPFv3) as the protocol for a routing instance. For a description of the OSPFv3 configuration statements, see .

Note: OSPFv3 supports the no-forwarding and vrf routing instance types only.

pim—Specify the Protocol Independent Multicast (PIM) protocol for a routing instance. For more information about configuring PIM, see the JUNOS Multicast Protocols Configuration Guide.

rip—Specify RIP as the protocol for a routing instance. For a description of the RIP configuration statements, see .

ripng—Specify RIP next generation (RIPng) as the protocol for a routing instance. For a description of the RIPng configuration statements, see .

rstp—Specify the Rapid Spanning Tree Protocol (RSTP) for a virtual switch routing instance. For information about configuring RSTP, see the JUNOS MX Series Ethernet Services Routers Layer 2 Configuration Guide.

vstp—Specify the VLAN Spanning Tree Protocol (VSTP) for a virtual switch routing instance. for information about configuring VSTP, see the JUNOS MX Series Ethernet Services Routers Layer 2 Configuration Guide

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.


Published: 2009-10-11