Juniper EX9200 Features Manual page 123

High availability feature guide ex series
Hide thumbs Also See for EX9200:
Table of Contents

Advertisement

Router PE1 Status Before a Restart
Copyright © 2017, Juniper Networks, Inc.
route-filter 10.96.211.1/32 exact;
}
then accept;
}
term final {
then reject;
}
}
policy-statement RIP_LB_DIRECT {
term direct {
from {
protocol direct;
route-filter 10.96.202.0/30 exact;
route-filter 10.96.212.1/32 exact;
}
then accept;
}
term final {
then reject;
}
}
policy-statement BGP_INET_LB_DIRECT {
term direct {
from {
protocol direct;
route-filter 10.96.203.0/30 exact;
route-filter 10.96.213.1/32 exact;
}
then accept;
}
term final {
then reject;
}
}
policy-statement ISIS_L2VPN_LB_DIRECT {
term direct {
from {
protocol direct;
route-filter 10.96.216.1/32 exact;
}
then accept;
}
term final {
then reject;
}
}
}
The following example displays neighbor relationships on Router PE1 before a restart
happens:
user@PE1> show bgp neighbor
Peer: 10.96.103.2+3785 AS 65100 Local: 10.96.103.1+179 AS 65103
Type: External
State: Established
Chapter 12: Configuring Graceful Restart
Flags: <>
103

Advertisement

Table of Contents
loading

Table of Contents