2013年10月29日星期二

How to configure Global Parameters on Cisco 2911 Router?

Cisco 2900 Series Integrated Services Routers (ISR) have modular design that allows for reuse of a broad array of existing modules that meet business requirements while maximizing investment protection. Among all Cisco 2900 routers, Cisco 2901-SEC, Cisco 2911-SEC and Cisco 2951 router are best selling models.
      
Router> enable
Router# configure terminal
Router(config)#
Enters global configuration mode, when using the console port.
Use the following to connect to the router with a remote terminal:
telnet router name or address
Login: login id
Password: *********
Router> enable
Router(config)# hostname Router
Router(config)#
Specifies the name for the router.
Router(config)# enable secret cr1ny5ho
Router(config)#
Specifies an encrypted password to prevent unauthorized access to the router.
Router(config)# no ip domain-lookup Router(config)#
Disables the router from translating unfamiliar words (typos) into IP addresses.



For more Cisco2921-SEC information please click here

2013年10月28日星期一

How to configure the Switch to Use Vendor-Specific RADIUS Attributes on Cisco 3750x Switch?

The 3750-X Series Switches are enterprise-class lines of stackable and standalone switches with StackWise Plus technology, they are the replacement of Cisco 3750G and 3750E switches. 3Anetworkcom keeps many stocks for 3750V2 and 3750X switches. Among all Cisco Catalyst 3750 switches, WS-C3750X-24P-L and WS-C3750V2-48TS-S are best selling models.
      
configure terminal

Enter global configuration mode.

radius-server vsa send [accounting | authentication]

Enable the switch to recognize and use VSAs as defined by RADIUS IETF attribute 26.

(Optional) Use the accounting keyword to limit the set of recognized vendor-specific attributes to only accounting attributes.

(Optional) Use the authentication keyword to limit the set of recognized vendor-specific attributes to only authentication attributes.

If you enter this command without keywords, both accounting and authentication vendor-specific attributes are used.

end

Return to privileged EXEC mode.

show running-config

Verify your settings.

copy running-config startup-config

(Optional) Save your entries in the configuration file.



For more Cisco WS-C3750V2-24TS-S information please click here