Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
i have an sg300 and and sg500, each running 1.4.0.88. i want to setup raduis vlan assignment, and seem to be having some issues. my radius server will reply with the attribute/value pairs to set the port to a vlan, but i think i am missing somethin...
i have a sg500 connected to a sg300 using 802.3ad and LACP, and trunk several VLANs over the Port-Channel. the LAGs are set in General mode. i recently tried to turn up GVRP, so i could have the VLAN database replicated from one switch to the other...
i am trying to write a script to automate the backup of the startup or running configs to a tftp server, but keep running into issues with the snmpset command. it does not seem to like the STRING TYPE i am setting. at first it complains about the "...
why the hell do i have to sign in to review the release notes for the newest firmware update/release? moreover, why do i get a 403 Forbidden page, after i do sign in? what brain dead asshole is pushing this policy? how do i know if the newest firm...
i have a dlna server on one VLAN, and i want to forward the multicast traffic to other VLANs so clients on those VLANs can subscribe to the streams and consume the media. i have a sg300-28, and a linux machine running as a router. the router has IG...
i would suggest you look into something like iReasoning's MiB Browser. the OID you are using may not be the designation for any port on your switch.
the index of all interfaces is .1.3.6.1.2.1.2.2.1.1
you need to find and map the index values, so t...
linux shell script, requires the Cisco Small Business MiB:
#!/bin/bashhost=$1string='secret'mib=/usr/share/snmp/mibs/CISCOSBcopy.mibcase $2 in start | startup | startup_config ) rlCopySourceFileType="3" #3 for startup config, 2 for running con...
i use the below on my sg300 and sg500 switches from my linux machines. you will need a copy of the MiB.
#!/bin/bashhost=$1string='snmpCommunityString'mib=/usr/share/snmp/mibs/CISCOSBcopy.mibcase $2 in start | startup | startup_config ) rlCopyS...
yes, i am one of those that have this issue, and the same default "read these manuals" answer did me no good. i did follow them, both before and after i posted my thread, and no improvement in functionality was seen.what is the problem with GVRP on ...
i have done those steps. both switches are configured to share the VLAN database over the LAG. i even have GVRP counters showing Join/Leave info, and no error stats.ReceivedJoin Empty: 0Empty: 55654Leave Empty: 0Join In: 0Leave In: 0...