edge port using safeguard
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 10:52 AM
on my XOS switch i want to make ports 1 & 3 as edge ports would the below command syntax do the trick?
create stpd s0 configure stpd s0 mode dot1w
configure stpd s0 default-encapsulation dot1d
configure stpd s0 add vlan Data ports 1,3
configure stpd s0 ports link-type edge 1,3 edge-safeguard enable
enable stpd s0
create stpd s0 configure stpd s0 mode dot1w
configure stpd s0 default-encapsulation dot1d
configure stpd s0 add vlan Data ports 1,3
configure stpd s0 ports link-type edge 1,3 edge-safeguard enable
enable stpd s0
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 12:38 PM
it should disable the port and enable it again after 5 minutes.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 12:33 PM
configure stpd s0 port link-type edge 1,3 edge-safeguard enable bpdu-restrict
what happens if i put this recovery-timeout 300 command after the bpdu-restrict would it block the port and come to forwarding state after 300 secs (3mins)
what happens if i put this recovery-timeout 300 command after the bpdu-restrict would it block the port and come to forwarding state after 300 secs (3mins)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 11:55 AM
you have to enable BPDU-restrict on those ports.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 11:53 AM
will the above command make them edge port? and if a device switch/hub is attached to port 3 will it go into blocking state?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-20-2014 11:51 AM
This is ok.
