Enabling Portfast

ARUBANETWORKS:

CISCO

JUNIPER:
SOURCE
https://randymukti.wordpress.com/2015/03/29/configuring-stp-portfast-on-juniper-platform-edge-port-juniper/
https://www.juniper.net/documentation/en_US/junos/topics/example/security-spanning-trees-bpdu-protection-els.html

-to enable
interfaces {
interface-range ACCESS {
member-range ge-0/0/6 to ge-0/0/45;
}
protocols {
rstp {
interface ACCESS {
edge;
}
bpdu-block-on-edge;
}
ethernet-switching-options {
bpdu-block {
disable-timeout 60;
}

-to check EDGE on/off
# run show spanning-tree interface detail | match “Link type”
Link type : Pt-Pt/NONEDGE
Link type : Pt-Pt/NONEDGE
Link type : Pt-Pt/NONEDGE
Link type : Pt-Pt/NONEDGE
Link type : Pt-Pt/NONEDGE
Link type : Pt-Pt/EDGE

RESULT:
EDGE ON
Mac 26s
Win 5s

EDGE OFF
Mac 28s
Win 9s


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s