Send netdisco-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:
1. Netdisco2 Port Control (Deshong, Kenneth)
2. Re: Netdisco2 Port Control (Jonathan Woodard)
3. Re: Netdisco2 Port Control (Deshong, Kenneth)
4. Re: Netdisco2 Port Control (Jonathan Woodard)
5. Re: Netdisco2 Port Control (Deshong, Kenneth)
--- Begin Message ---
I recently installed Netdisco2 and it has been working well with one exception.
It won't change a VLAN or Shut a Port down via the web interface. It lets me
execute the command but nothing ever happens on the switch. Any advice on
where I should look?
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
--- End Message ---
--- Begin Message ---
Double check your deployment file. I had that problem and I accidentally put
the write SNMP string in the wrong field.
-----Original Message-----
From: Deshong, Kenneth [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:50 PM
To: [email protected]
Cc: Oliver Gorwits
Subject: [Netdisco] Netdisco2 Port Control
I recently installed Netdisco2 and it has been working well with one exception.
It won't change a VLAN or Shut a Port down via the web interface. It lets me
execute the command but nothing ever happens on the switch. Any advice on
where I should look?
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
I believe your talking about the deployment.yml file? If so here is a copy of
my snmp section.
snmp_auth:
- tag: 'v2default'
community: 'mycommunity'
read: true
write: true
# - tag: 'v2default_w'
# community: 'private'
# read: false
# write: true
________________________________________
From: Jonathan Woodard [[email protected]]
Sent: Friday, August 01, 2014 3:55 PM
To: Deshong, Kenneth; [email protected]
Cc: Oliver Gorwits
Subject: RE: Netdisco2 Port Control
Double check your deployment file. I had that problem and I accidentally put
the write SNMP string in the wrong field.
-----Original Message-----
From: Deshong, Kenneth [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:50 PM
To: [email protected]
Cc: Oliver Gorwits
Subject: [Netdisco] Netdisco2 Port Control
I recently installed Netdisco2 and it has been working well with one exception.
It won't change a VLAN or Shut a Port down via the web interface. It lets me
execute the command but nothing ever happens on the switch. Any advice on
where I should look?
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
In the deployment.yml file, uncomment the lines and change the community to
your SNMP write community.
Example:
snmp_auth:
- tag: 'v2default' <-- Just a descriptive tag, could be "Myv2Readstring
community: 'mycommunity'
read: true
write: false
Uncomment below lines
- tag: 'v2default_w'
community: 'private' <--- Change this to your write enabled SNMP string
read: false
write: true
Also note, if your string is read/write both, you could change it to this.
- tag: 'v2default_rw'
community: 'private' <--- Change this to your write enabled SNMP string
read: true
write: true
Hopefully that helps some.
-----Original Message-----
From: Jonathan Woodard [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:56 PM
To: Deshong, Kenneth; [email protected]
Cc: Oliver Gorwits
Subject: Re: [Netdisco] Netdisco2 Port Control
Double check your deployment file. I had that problem and I accidentally put
the write SNMP string in the wrong field.
-----Original Message-----
From: Deshong, Kenneth [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:50 PM
To: [email protected]
Cc: Oliver Gorwits
Subject: [Netdisco] Netdisco2 Port Control
I recently installed Netdisco2 and it has been working well with one exception.
It won't change a VLAN or Shut a Port down via the web interface. It lets me
execute the command but nothing ever happens on the switch. Any advice on
where I should look?
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
Well that was it. I added my strings like you have yours Read\Write separate
and everything seems to be working. Our W and WR string are similar so it was
a combination mistype as well.
Thanks for your quick response.
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
-----Original Message-----
From: Jonathan Woodard [mailto:[email protected]]
Sent: Friday, August 01, 2014 4:18 PM
To: Jonathan Woodard; Deshong, Kenneth; [email protected]
Cc: Oliver Gorwits
Subject: RE: Netdisco2 Port Control
In the deployment.yml file, uncomment the lines and change the community to
your SNMP write community.
Example:
snmp_auth:
- tag: 'v2default' <-- Just a descriptive tag, could be "Myv2Readstring
community: 'mycommunity'
read: true
write: false
Uncomment below lines
- tag: 'v2default_w'
community: 'private' <--- Change this to your write enabled SNMP string
read: false
write: true
Also note, if your string is read/write both, you could change it to this.
- tag: 'v2default_rw'
community: 'private' <--- Change this to your write enabled SNMP string
read: true
write: true
Hopefully that helps some.
-----Original Message-----
From: Jonathan Woodard [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:56 PM
To: Deshong, Kenneth; [email protected]
Cc: Oliver Gorwits
Subject: Re: [Netdisco] Netdisco2 Port Control
Double check your deployment file. I had that problem and I accidentally put
the write SNMP string in the wrong field.
-----Original Message-----
From: Deshong, Kenneth [mailto:[email protected]]
Sent: Friday, August 01, 2014 2:50 PM
To: [email protected]
Cc: Oliver Gorwits
Subject: [Netdisco] Netdisco2 Port Control
I recently installed Netdisco2 and it has been working well with one exception.
It won't change a VLAN or Shut a Port down via the web interface. It lets me
execute the command but nothing ever happens on the switch. Any advice on
where I should look?
Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198
Amazing Things Happen When You Connect the Unconnected
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the
same software that powers the world's largest code search on Ohloh, the Black
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users