Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about a 2950 switch configuration

Status
Not open for further replies.

1Drisnil

MIS
Mar 29, 2003
131
US
Hi! I have some questions concerning specific IOS commands from the IOS Version 12.1(6)EA2a which resides on a Cisco WS-C2950G-48-EI switch.
Although I have a registered account with Cisco Systems, it is as a guest, and well I do not have authorization to look up their glossary.

Is there someone in this forum that understands the lines of the startup-config below in which I have "->" pointed out?

Thanxs in advance for your help on my questions. Starup-config is below.


Current configuration : 5207 bytes -> Size of startup-config file
!
version 12.1 -> current IOS version
no service pad -> not sure? What is this do?
service timestamps debug uptime -> debugging
service timestamps log datetime -> debugging
no service password-encryption -> to do with password
encryption
service sequence-numbers -> no idea!
!
hostname <hostname value> ->set hostname
!
enable secret 5 $1$SGdc$XulhqXe464EB4r6GAkoHg1 ->non-clear
text password for exec mode.

enable password <password value> -> password for 1st mode.
!
clock timezone PST -7 -> set time zone
ip subnet-zero -> allow use of subnet-zero (default)
no ip finger -> do not allow finger command.
ip domain-name <domain name> -> self-explanatory
ip name-server <ip address> -> set address of DNS server

cluster enable <Cluster name> 0 -> cluster command, please
explain!

!
cluster discovery hop-count 7
!
spanning-tree portfast bpduguard -> spanning-tree commands
spanning-tree backbonefast -> Spanning-tree commands
!
!
interface FastEthernet0/1 -> default setup for ports
switchport mode dynamic auto -> default setup for ports
spanning-tree portfast -> default setup for ports
.
.
.
.

interface FastEthernet0/48
switchport mode dynamic auto
spanning-tree portfast
!
interface GigabitEthernet0/1
switchport mode dynamic auto
spanning-tree portfast
!
interface GigabitEthernet0/2
switchport mode dynamic auto
spanning-tree portfast
!
interface Vlan1 -> Vlan 1 : mgmt vlan
ip address <ip address> <subnet mask>
no ip redirects -> not sure!
no ip route-cache -> not sure!

standby priority 150 preempt -> not sure!
standby name <name> -> not sure!
standby ip <ip address> -> not sure!
standby 1 priority 150 preempt -> not sure!
standby 1 name <name> -> not sure!
standby 1 ip <ip address> -> not sure!

ip access-list extended CMP-NAT-ACL -> not sure!
!
line con 0
exec-timeout 0 0 -> not sure!

monitor session 1 source interface Fa0/30 , Fa0/37 rx ->
not sure!

&quot;...understanding &quot;The Why&quot; is half the battle!&quot; - Anonymous.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top