كارت dvb , كارت دي وي بي , دی وی بی , رسيور , رسیور

فروشگاه سايت

تبليغات

آخرين ارسالي‌هاي سیسکو و انواع مختلف سخت افزار شبکه(cisco)

چند نمونه کانفیگ 5

اين يك بخش از موضوع چند نمونه کانفیگ 5 است كه در انجمن سیسکو و انواع مختلف سخت افزار شبکه(cisco) مطرح گرديده و اين انجمن نيز زير مجموعه‌ي شبکه های کامپیوتری (Networking Computer) است: کد: !* razan.CiscoConfig !* IP Address : 217.219.199.97 !* Community : public !* Downloaded 10/1/2005 4:08:23 AM by SolarWinds Config Transfer Engine Version 5.5.0 ! version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname razan ! aaa new-model aaa authentication login default tacacs+ local aaa ...

 

بازگشت   انجمن های آموزشی پارس > بخش های تخصصی آموزشی شبکه و سرور > شبکه های کامپیوتری (Networking Computer) > سیسکو و انواع مختلف سخت افزار شبکه(cisco)


سیسکو و انواع مختلف سخت افزار شبکه(cisco) بحث پیرامون سخت افزار شبکه

اطلاعيه‌هاي سايت

 

لطفاً پيش از فعاليت در سايت، قوانين سايت را مطالعه نماييد

كليه‌ي كاربراني كه توانايي مديريت هر يك از بخش‌هاي سايت را دارند، با كليك روي اين لينك به مديريت سايت اطلاع دهند


پاسخ

 

LinkBack ابزارهای موضوع
قدیمی Monday 21 January 2008, 11:48 AM   #1
کاربر نقره‌ای
 
jamshid آواتار ها
 

تاریخ عضویت: May 19th, 2006
نوشته ها: 1,184

سطح دانش: 30 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
سابقه در سایت: 72 / 725
قابليت: 394 / 6630
ميزان تجربه: 2%

Thanks: 75
Thanked 768 Times in 401 Posts
قدرت اعتبار: 5 jamshid is on a distinguished road
پیش فرض چند نمونه کانفیگ 5

کد:
!* razan.CiscoConfig
!* IP Address : 217.219.199.97
!* Community : public
!* Downloaded 10/1/2005 4:08:23 AM by SolarWinds Config Transfer Engine Version 5.5.0
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname razan
!
aaa new-model
aaa authentication login default tacacs+ local
aaa authentication login local local
aaa authentication enable default tacacs+ enable
aaa authentication ppp default if-needed tacacs+ local
aaa accounting nested
aaa accounting update periodic 1
aaa accounting exec default start-stop tacacs+
aaa accounting network default start-stop tacacs+
!
username admin password 0 ali
username reza password 7 120B040D43595F
username vahsha password 7 031754090E0E2F
ip subnet-zero
ip rcmd rsh-enable
ip rcmd remote-host SYSTEM 217.219.199.98 SYSTEM enable
ip name-server 217.218.127.104
ip name-server 217.218.127.105
ip name-server 195.146.32.1
ip name-server 195.146.32.65
ip name-server 192.9.9.3
chat-script rstmdm "" "at&f0a"
chat-script resetmodem "" "atas0=1"
chat-script modem "" "atzl1s0=1" "ok" ""
chat-script rsm at ok "&f1s0=1" ok
modemcap entry reza:FD=&f:AA=s0=1:CD=&c1*:DTR=&d2*:HFL=&k3:SPD=*l 22*:DTE=56000:TPL=default
modemcap entry reza2
modemcap entry micronet:FD=f1:AA=s0=1:MSC=m0
modemcap entry usr_m56:FD=&F:AA=S0=1:DTR=&D2:HFL=&H1&R2:BER=&M4:B CP=&K1:NER=&M0:NCP=&K0:NEC=E0:NRS=Q1:MSC=m0:TPL=us r_courier
!
!
!
interface Ethernet0
ip address 217.219.199.97 255.255.255.240
no ip directed-broadcast
no ip mroute-cache
!
interface Serial0
ip unnumbered Ethernet0
no ip directed-broadcast
encapsulation ppp
!
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
interface Group-Async0
description connected
ip unnumbered Ethernet0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
ip tcp header-compression passive
no ip mroute-cache
dialer in-band
dialer idle-timeout 180000
async mode interactive
peer default ip address pool local-pool
ppp authentication pap
group-range 1 16
!
interface Group-Async1
physical-layer async
description connected
ip unnumbered Ethernet0
no ip directed-broadcast
encapsulation ppp
peer default ip address pool local-pool
!
ip local pool local-pool 217.219.199.101 217.219.199.111
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
!
tacacs-server host 217.219.199.98
tacacs-server key 321
snmp-server community public RW 15
!
line con 0
exec-timeout 0 0
transport input none
line 1 16
session-timeout 3000 
exec-timeout 0 0
autoselect during-login
autoselect ppp
script reset resetmodem
modem answer-timeout 10
modem Dialin
modem autoconfigure discovery
autocommand ppp
full-help
transport input all
transport output telnet rlogin
autohangup
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
password 7 055A545C
!
end
_______________________

کد:
!* router1.farsagriedu.ir.CiscoConfig
!* IP Address : 217.219.57.145
!* Community : public
!* Downloaded 10/1/2005 3:55:43 AM by SolarWinds Config Transfer Engine Version 5.5.0
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router1
!
aaa new-model
!
!
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authentication ppp default if-needed group tacacs+ local
aaa authorization exec default group tacacs+ local 
aaa authorization commands 1 default group tacacs+ local if-authenticated 
aaa authorization commands 15 default group tacacs+ local if-authenticated 
aaa authorization network default group tacacs+ local 
aaa accounting nested
aaa accounting update newinfo
aaa accounting exec default start-stop group tacacs+
aaa accounting network default start-stop group tacacs+
aaa session-id common
enable secret 0 reza
enable password 0 alireza
!
username admin privilege 15 ali
clock timezone IRT 3 30
clock summer-time IRT recurring
ip subnet-zero
!
!
ip domain-name farsagriedu.ir
ip host router1 217.219.57.145
ip host server 217.219.57.146
ip name-server 192.9.9.3
ip name-server 192.168.0.2
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0 secondary
ip address 217.219.57.145 255.255.255.240
ip nat inside
no ip mroute-cache
no keepalive
duplex auto
speed auto
!
interface Serial0/0
ip unnumbered FastEthernet0/0
ip nat outside
!
interface Group-Async1
bandwidth 33
ip unnumbered FastEthernet0/0
ip nat inside
encapsulation ppp
ip tcp header-compression passive
no ip mroute-cache
async mode interactive
peer default ip address pool farsagri
fair-queue 64 256 0
ppp authentication pap
group-range 33 48
!
ip local pool farsagri 192.168.0.9 192.168.0.19
ip nat inside source list 10 interface FastEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip http server
ip pim bidir-enable
!
!
access-list 10 permit 192.168.0.0 0.0.0.255
access-list 10 permit 192.168.0.1 0.0.0.8
access-list 10 permit any any
tacacs-server host 217.219.57.146
snmp-server community public RW 15
!
line con 0
line 33 48
session-timeout 10 
modem InOut
modem autoconfigure discovery
transport input all
autoselect during-login
autoselect ppp
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
password 0 password
!
!
end
_____________________________

کد:
!* Router.marvdasht.net.CiscoConfig
!* IP Address : 217.219.110.65
!* Community : public
!* Downloaded 10/1/2005 3:21:01 AM by SolarWinds Config Transfer Engine Version 5.5.0
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
aaa new-model
aaa authentication ppp default radius local
aaa accounting update newinfo
aaa accounting network default start-stop radius
enable secret 0 reza
!
username admin privilege 15 password 0 ali
ip subnet-zero
ip rcmd rsh-enable
ip rcmd remote-host administrator 217.219.110.66 administrator enable
ip domain-name marvdasht.net
ip name-server 217.219.110.66
ip name-server 217.219.100.132
!
!
!
interface Ethernet0/0
ip address 84.11.27.3 255.255.255.224 secondary
ip address 217.219.110.65 255.255.255.224
ip access-group no_blast in
ip access-group no_blast out
no ip directed-broadcast
no ip mroute-cache
no cdp enable
!
interface Serial0/0
ip unnumbered Ethernet0/0
ip access-group no_blast in
ip access-group no_blast out
no ip directed-broadcast
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
load-interval 30
no cdp enable
!
interface Serial0/1
no ip address
no ip directed-broadcast
shutdown
no cdp enable
!
interface Group-Async1
ip unnumbered Ethernet0/0
no ip directed-broadcast
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
async mode dedicated
peer default ip address pool DEFAULT_POOL
compress mppc
no cdp enable
ppp authentication pap
group-range 33 48
!
ip local pool DEFAULT_POOL 84.11.27.4 84.11.27.20
ip local pool MOKHABERAT 217.219.110.81 217.219.110.95
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 84.11.27.1
!
!
ip access-list extended no_blast
deny tcp any any eq 135
deny udp any any eq netbios-ns
deny tcp any any eq 445
deny tcp any any eq 27374
deny udp any any eq netbios-dgm
deny tcp any any eq 1243
deny tcp any any eq 139
deny udp any any eq 1434
deny tcp any any eq 554
deny tcp any any eq 7070
deny tcp any any eq 2773
deny tcp any any eq 54283
deny udp any any eq 135
deny tcp any any eq 4444
deny tcp any any eq 593
deny tcp any any eq 8554
deny udp any any eq 8554
deny udp any any eq tftp
deny udp any any eq netbios-ss
deny udp any any eq 554
deny udp any any eq 7070
deny tcp any any eq 5554
deny tcp any any eq 9996
deny tcp any any eq 6000
deny tcp any any eq 2989
deny tcp any any eq 6667
deny udp any any eq 6667
deny tcp any any eq 385
deny tcp any any eq 382
deny tcp any any eq 1034
deny tcp any any eq 7896
deny tcp any any eq 7897
deny udp any any eq 1034
deny tcp any any eq 1234
deny tcp any any eq 1042
deny tcp any any eq 1080
deny udp any any eq 1080
deny tcp any any eq 81
deny udp any any eq 81
permit ip any any
no cdp run
route-map *****-redir permit 110
match ip address 110
set ip next-hop 84.11.27.1
!
snmp-server community public RW 15
radius-server host 217.219.110.66 auth-port 1645 acct-port 1646
radius-server retransmit 5
!
line con 0
transport input none
line 33 48
session-timeout 10 output
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
session-timeout 10 output
exec-timeout 0 0
absolute-timeout 60
!
end

 
__________________________________

کد:
!* TABAS-CM.CiscoConfig
!* IP Address : 217.219.37.1
!* Community : public
!* Downloaded 10/1/2005 2:51:08 AM by SolarWinds Config Transfer Engine Version 5.5.0
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname TABAS-CM
!
aaa new-model
aaa authentication login default radius local
aaa authentication ppp default radius local
aaa accounting network start-stop radius
aaa accounting nested
aaa accounting update newinfo
enable secret 5 $1$iK7O$rQ.HdcGFkbPBRbh1yuCeM1
enable password alireza
!
username admin password 0 arian123
username administrator password 0 arianadmin
username makki password 0 157214141
username reza password 0 adminpass
ip rcmd rsh-enable
ip rcmd remote-host adminstrator 217.219.37.3 adminstrator enable
ip name-server 4.2.2.1
ip name-server 192.9.9.3
chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c CONNECT \c
!
interface Ethernet0
ip address 217.219.37.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
interface Serial0
ip unnumbered Ethernet0
no ip mroute-cache
no fair-queue
!
interface Serial1
no ip address
shutdown
!
interface Group-Async1
ip unnumbered Ethernet0
ip tcp header-compression passive
encapsulation ppp
no ip mroute-cache
autodetect encapsulation ppp
async mode dedicated
peer default ip address pool validpool
compress stac
no cdp enable
ppp authentication pap
group-range 1 16
!
ip local pool validpool 217.219.37.11 217.219.37.18
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
access-list 110 deny tcp host 217.219.37.2 any
access-list 110 deny tcp host 217.219.37.3 any
access-list 110 permit tcp any any
access-list 120 deny tcp any any eq 445
access-list 120 deny tcp any any eq 137
access-list 120 deny udp any any eq netbios-ns
access-list 120 permit tcp any any
access-list 120 permit udp any any
tacacs-server host 217.219.37.3
tacacs-server key keyla
route-map ***** permit 10
match ip address 110
set ip next-hop 217.219.37.2
!
snmp-server community public RW 15
snmp-server host 217.219.37.3 public
radius-server host 217.219.37.3 auth-port 1646 acct-port 1646
radius-server key keyla
!
line con 0
line 1 16
autoselect during-login
autoselect ppp
script dialer cisco-default
modem answer-timeout 40
modem InOut
modem autoconfigure discovery
autohangup
rxspeed 2400
txspeed 2400
flowcontrol hardware
line aux 0
line vty 0 4
password password
!
end
__________________
یادت نره
View jamshid's Photo Album jamshid آفلاين است   پاسخ با نقل قول
The Following User Says Thank You to jamshid For This Useful Post:
sesemin (Thursday 13 November 2008)
قدیمی Thursday 13 November 2008, 02:05 PM   #2
عضو جديد
 
sesemin آواتار ها
 

تاریخ عضویت: December 17th, 2007
نوشته ها: 2

سطح دانش: 1 [♥ Bé-Yêu ♥]
سابقه در سایت: 0 / 0
قابليت: 0 / 3
ميزان تجربه: 2%

Thanks: 1
Thanked 1 Time in 1 Post
قدرت اعتبار: 0 sesemin is on a distinguished road
پیش فرض پاسخ : چند نمونه کانفیگ 5

با سلام
دوست عزیز من میخوام روی روتر کانفیگی انجام بدم که مقداری از ترافیکم روی ADSL و مقداری روی Wireless برقرار شود . روتر من 2821و دوتا کارت شبکه دارد که یکی به wirelessو دیگری به ADSL متصل است. اگر راه حلی پیشنهاد کنید خوشحال میشم.
View sesemin's Photo Album sesemin آفلاين است   پاسخ با نقل قول
پاسخ

برچسب ها
نمونه , چند , کانفیگ

ابزارهای موضوع

مجوز های ارسال و ویرایش
شما نمیتوانید موضوع جدیدی ارسال کنید
شما امکان ارسال پاسخ را ندارید
شما نمیتوانید فایل پیوست در پست خود ضمیمه کنید
شما نمیتوانید پست های خود را ویرایش کنید

BB code is فعال
شکلک ها فعال است
کد [IMG] فعال است
کد HTML غیر فعال است
Trackbacks are فعال
Pingbacks are فعال
Refbacks are فعال


موضوعات مشابه

موضوع نویسنده موضوع انجمن پاسخ ها آخرين نوشته
چند نمونه کانفیگ 4 jamshid سیسکو و انواع مختلف سخت افزار شبکه(cisco) 0 Monday 21 January 2008 11:45 AM
چند نمونه کانفیگ 3 jamshid سیسکو و انواع مختلف سخت افزار شبکه(cisco) 0 Monday 21 January 2008 11:43 AM
چند نمونه کانفیگ 2 jamshid سیسکو و انواع مختلف سخت افزار شبکه(cisco) 0 Monday 21 January 2008 11:41 AM
چند نمونه کانفیگ jamshid سیسکو و انواع مختلف سخت افزار شبکه(cisco) 0 Monday 21 January 2008 11:40 AM
کارت صداي Creative X-Fi ، اوج تکنوژی صدای دیجیتال vqorbani سخت افزار 0 Thursday 16 November 2006 10:52 PM


اکنون ساعت 05:32 PM برپایه ساعت جهانی (GMT - گرینویچ) +4.5 می باشد.


Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Skin developed by: ParsDVB


نقل مطالب سايت با ذکر منبع (http://drdvb.com) و نام نويسنده مجاز است. مسئوليت پستها بر عهده نويسنده آن است و سايت parsdvb به هيچ عنوان در قبال نوشته‌های ديگران مسئوليتی ندارد.
 

تمامي قوانين اين سايت از جمهوري اسلامي ايران پيروي مي کند و هرگونه مطالب مخالف قوانين ايران و بنر يا لينک مستهجن در اين سايت جايي ندارد

website monitoring service check web page

    

100
Search 2

parsdvb satdw skynet skynet جدید skystar3 tps.bin vplug vplug جدید vpnمجانی zeeaflam آموزش لب گرفتن استارست اموزش لب گرفتن انتخاب رشته مجازي ترانه ی مادری ثبت نام فيات ثبت نام فیات حسین استیری دانلود نرم افزار ویروس ساز دانلود ويروس ساز رضایا ساسي مانكن ساسی مانکن سریال ترانه ی مادری عکس دختر عکس لب عکس لب گرفتن فركانس شبكه هاي استاني فركانس ماهواره فرکانس فرکانس شبکه های استانی فرکانس ماهواره فرکانسهای ماهواره فيات فيات سينا فیات فیات سینا لب لب گرفتن مجله تپش منصور حیدری مولتی ویژن همسر خسرو شكيبايي همسر خسرو شکیبایی پخش افتتاحیه المپیک پخش المپیک پخش زنده ماهواره پوریا شکیبایی کانالهای پخش المپیک یاسر محمودی ... powered by Search 2
Google
جستجو در گوگل جستجو درانجمنهای آموزشی پارس