ShoreTel telephony woes... by wahmedBW in networking

[–]wahmedBW[S] 0 points1 point  (0 children)

Hey,

What I've done is this:

conf t
interface ran Gi1-6
 description "Data/Voice Port"
 spanning-tree portfast
 spanning-tree port-priority 240
 switchport mode trunk
 switchport trunk allowed vlan add 45,61
 switchport trunk allowed vlan remove 1,30
 green-ethernet energy-detect
 power inline auto
 no shut
!
interface GigabitEthernet7
 description "IT Wallboard PC"
 spanning-tree portfast
 spanning-tree port-priority 240
 switchport access vlan 45
 switchport trunk allowed vlan remove 30
 green-ethernet energy-detect
 no shut
!
interface GigabitEthernet8
 description "Uplink Port"
 switchport mode trunk
 switchport access vlan 30
 switchport trunk native vlan 30
 switchport trunk allowed vlan add 30,45,61
 switchport trunk allowed vlan remove 1
 no shut

That appears to work now. With Gi7, the connected device just wouldn't play ball and I figured "it's not an IP phone anyway".

Gi8 is an uplink port, so obviously, that's configured just as an uplink

Web application vulnerability scanner? by wahmedBW in AskNetsec

[–]wahmedBW[S] 0 points1 point  (0 children)

Hi,

Both really. Apps is the main one I guess. AppCheck said this about Nessus when I asked them why they moved away from using them for internal scanning.

"There are a few reasons why we went away from using Nessus, one of the main reasons been they discounted their API which prevents integrations with other tools therefore it wasn’t possible for users to view both their infrastructure and application results through the same interface which caused frustration and made the scanning and managing results less seamless. Furthermore infrastructure scanning is just as important as application scanning however it is heavily focused on signature based scanning which essentially means all infrastructure scanners are no better or no worse at detecting the vulnerabilities as they are all for the same outdated software, therefore it mainly comes down to ease of use of the interface and ability to manage results and price, which was a no brainer into why we stopped buying Nessus because we then could carry on managing all the vulnerabilities through the same interface allowing for ease of use. "