Search found 60 matches

by SeanCTS
Mon Jul 22, 2019 5:55 pm
Forum: Feature requests
Topic: Push Config Permissions by Unimus User
Replies: 0
Views: 7098

Push Config Permissions by Unimus User

I'd like to limit the ability to push configs on a per-user basis/group permission basis.

This would allow me to have Level 1 techs reboot cameras and other POE devices that are always on the same port without giving them direct access to the switch.
by SeanCTS
Mon May 13, 2019 3:40 pm
Forum: Support
Topic: [Solved] Response to ticket?
Replies: 2
Views: 5129

[Solved] Response to ticket?

Unimus team,

I understand everyone is busy but there's a certain expectation of response when a ticket is submitted for a paid product.
Ticket: 8772-188-569-39

Submitted it Wed AM, and still no response. Would be nice to hear, "hey we're looking into it, might be a few days".
by SeanCTS
Thu Mar 28, 2019 7:35 pm
Forum: Automation
Topic: Here's how I deployed a new IP scheme to a site.
Replies: 0
Views: 23962

Here's how I deployed a new IP scheme to a site.

Our company used a lot of 192.168.X.Y networks... it was ugly. Our new network essentially changed to 10.SiteID.VLANID.Host for consistency. This allowed us to programmatically deploy the networks without having to manually type in anything or very little after the OSPF IP and new SiteID. To simplif...
by SeanCTS
Thu Mar 28, 2019 5:08 pm
Forum: Automation
Topic: Here's how to turn off POE on all ports for HP2XXX switches
Replies: 0
Views: 15122

Here's how to turn off POE on all ports for HP2XXX switches

Code: Select all

no interface all power
Simple yet effective.
by SeanCTS
Thu Mar 28, 2019 5:03 pm
Forum: Automation
Topic: Here's how I mass deploy vlans on Mikrotik CCR routers
Replies: 0
Views: 15678

Here's how I mass deploy vlans on Mikrotik CCR routers

This RouterOS script will check the existing vlans, check to see which vlans are missing, and then add those specific vlans to the interface required. I used this to deploy vlans to our CCR routers for our 12 site enterprise. It uses key:value arrays for the vlans. ###This Script will auto create vl...
by SeanCTS
Thu Mar 28, 2019 4:57 pm
Forum: Automation
Topic: Here's how to automate SSL Certs to UBNT switches
Replies: 0
Views: 14942

Here's how to automate SSL Certs to UBNT switches

config no crypto certificate generate exit no ip http secure-server copy tftp://certserver.hostname.com/SSLCert.pem nvram:SSLPem-root y copy tftp://certserver.hostname.com/SSLCert.pem nvram:SSLpem-server y ip http secure-server This deletes the current cert, disables HTTPS service, copies the PEM f...
by SeanCTS
Fri Mar 15, 2019 2:23 pm
Forum: Support
Topic: [Fixed in 1.10.0] SSL cert pusing to UBNT edgeswitches
Replies: 8
Views: 13850

Re: SSL cert pusing to UBNT edgeswitches

Hi Tomas, it's been a while. Has any progress been made? Apologies, we are a little overloaded right now - we are rushing to finish development on 1.10.0 to publish a public beta this week. (we want a lot of testing on this release - as it will be the last release branch before 2.0.0) We will get to...
by SeanCTS
Tue Feb 26, 2019 2:04 pm
Forum: Support
Topic: [Fixed in 1.10.0] SSL cert pusing to UBNT edgeswitches
Replies: 8
Views: 13850

Re: SSL cert pusing to UBNT edgeswitches

Hey Tomas,

Submitted ticket last week - 4924-522-548-83 , no response. Mind taking a look at the logs?
by SeanCTS
Fri Feb 22, 2019 4:55 pm
Forum: Support
Topic: [Fixed in 1.10.0] SSL cert pusing to UBNT edgeswitches
Replies: 8
Views: 13850

Re: SSL cert pusing to UBNT edgeswitches

Ticket Submitted. Thanks!
by SeanCTS
Fri Feb 22, 2019 4:11 pm
Forum: Support
Topic: [Fixed in 1.10.0] SSL cert pusing to UBNT edgeswitches
Replies: 8
Views: 13850

Re: SSL cert pusing to UBNT edgeswitches

Yep, it fails. Interaction Error.

Here's the debug logs

Edit... the forum reply attachment feature is bugged. "Temporary Folder could not be found or is not writable"

Is there an email I can send these logs to?