WS-C2960S-24PD-L vs WS-C2960S-24PS-L


 
Thread Tools Search this Thread
Special Forums IP Networking WS-C2960S-24PD-L vs WS-C2960S-24PS-L
# 1  
Old 08-14-2014
WS-C2960S-24PD-L vs WS-C2960S-24PS-L

Does anyone know the noticable different between Catalyst 2960S 24 GigE PoE 370W 2 x 10G SFP+ LAN Base and Catalyst 2960S 24 GigE PoE 370W 4 x SFP LAN Base ?
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Hardware

How to view Cisco WS-C2960S-24TD-L OutPut/Configuration?

Recently, I want to see how to get a hold of a report showing the output/ configuration on my Catalyst 2960S 24 GigE, 2 x 10G SFP+ LAN Base switch ( basically, a report stating if all ports are functioning or not). Any help would be greatly appreciated. Thank you! Cisco WS-C2960S-24TD-L Switch... (1 Reply)
Discussion started by: Ayaerlee
1 Replies
Login or Register to Ask a Question
Catalyst::Authentication::User(3pm)			User Contributed Perl Documentation		       Catalyst::Authentication::User(3pm)

NAME
Catalyst::Authentication::User - Base class for user objects. SYNOPSIS
package MyStore::User; use base qw/Catalyst::Authentication::User/; DESCRIPTION
This is the base class for authentication user objects. THIS IS NOT A COMPLETE CLASS! it is intended to provide base functionality only. It provides the base methods listed below, and any additional methods are proxied onto the user object fetched from the underlieing store. NOTES TO STORE IMPLEMENTORS
Please read the comments in the source code of this class to work out which methods you should override. METHODS
id( ) A unique ID by which a user can be retrieved from the store. store( ) Should return a class name that can be used to refetch the user using it's ID. supports( ) An introspection method used to determine what features a user object has, to support credential and authorization plugins. get( $field ) Returns the value for the $field provided. get_object( ) Returns the underlying object storing the user data. The return value of this method will vary depending on the storage module used. obj( ) Shorthand for get_object( ) AUTOLOAD Delegates any unknown methods onto the user object returned by ->obj perl v5.14.2 2012-04-14 Catalyst::Authentication::User(3pm)