cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1348
Views
4
Helpful
2
Replies

CISCO 7609 basic configuration required.

firewall1981
Level 1
Level 1

Hi All,

Can anyone provide me Cisco 7609 basic configuration guide,I am new to cisco router.

Regards,

Naveen

2 Replies 2

guruprasadr
Level 7
Level 7

HI Naveen, [Pls Rate if HELPS]

Here is the General Global Configuration on Routers of CISCO:

Global Configuration:

service timestamps debug datetime localtime

service timestamps log datetime localtime

service password-encryption

hostname [hostname]

logging buffered 50000 warnings

logging monitor notifications

enable secret [secret password]

enable password [enable password]

username [Username] privilege 15 secret [PASSWORD]

aaa new-model

aaa authentication fail-message ^C

User Authentication has failed. If you are not an authorized user,

please disconnect immediately.

Any unauthorized access attempts will be investigated and will be

subject to prosecution under local laws and ordinances.

^C

aaa authentication login default group tacacs+ local

aaa authorization exec default group tacacs+ local

aaa authorization network default group tacacs+ local

aaa accounting exec default start-stop group tacacs+

aaa accounting commands 0 default start-stop group tacacs+

aaa accounting commands 1 default start-stop group tacacs+

aaa accounting commands 15 default start-stop group tacacs+

aaa accounting system default start-stop group tacacs+

aaa authentication enable default group tacacs+ enable

aaa session-id common

clock timezone cet 1 [other's to be applied]

errdisable recovery cause all

errdisable recovery interval 900

ip subnet-zero

ip domain-name

ip name-server (Central DNS Server of Region)

ip name-server (Central DNS Server of Region2)

login block-for 300 attempts 5 within 30

login on-failure log

login delay 2

spanning-tree mode pvst

spanning-tree logging

service nagle

service tcp-keepalives-in

service tcp-keepalives-out

ip default-gateway [default gw IP]

ip classless

no service finger

no service tcp-small-servers

no service udp-small-servers

no service pad

no tftp-server

no service config

no boot network

no ip source-route

no ip finger

no ip identd

no ip http server

no ip http secure-server

logging trap warnings

logging facility auth

logging [CiscoWorks IP]

snmp-server community [read community] RO

snmp-server community [write community] RW

snmp-server enable traps snmp authentication linkdown linkup coldstart

snmp-server enable traps config

snmp-server host [ciscoworks IP] version 2c [read community]

snmp-server trap-authentication

tacacs-server host [Cisco ACS IP] key [encryption key - found in ACS]

tacacs-server host [Cisco ACS IP] key [encryption key - found in ACS]

tacacs-server timeout 10

radius-server source-ports 1645-1646

banner exec ^C

aaaaa

^C

banner login ^C

bbb

^C

banner motd ^CCddd

Global IT - IOS^C

ntp server [ntp ip address]

line con 0

login authentication local

session-timeout 10

line vty 0 4

password 7 [password]

session-timeout 10

line vty 5 15

password 7 [password]

session-timeout 10

!

PLS RATE if HELPS

Best Regards,

Guru Prasad R

Thanx guru.