|
|
| DaRrEn 2002-06-25, 3:25 am |
| Anyone please help me how to config my Cisco 827 Router as the following
Code
!
version 12.1
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname {Your Router Name}
!
logging rate-limit console 10 except errors
enable secret {enable password}
!
clock timezone AEST 10
ip subnet-zero
no ip finger
ip name-server 203.123.69.15
!
!
call rsvp-sync
!
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside
no ip mroute-cache
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
hold-queue 208 in
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication chap callin
ppp chap hostname {username@vivanet.com.au }
ppp chap password {connection password}
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 8 interface Dialer0 overload access-list 8 permit
10.0.0.0 0.0.0.255
!
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 5 0
password {telnet password}
login
!
scheduler max-task-time 5000
end
| |
| DaRrEn 2002-06-25, 3:25 am |
| what I mean is which line is in which part
like in Router#(config) or Router#(config-if) and etc
Thank you
"DaRrEn" <drthe@bigpond.net.au> wrote in message
news:jmWR8.355354$o66.925520@news-server.bigpond.net.au...
> Anyone please help me how to config my Cisco 827 Router as the following
> Code
> !
> version 12.1
> no parser cache
> no service single-slot-reload-enable
> no service pad
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname {Your Router Name}
> !
> logging rate-limit console 10 except errors
> enable secret {enable password}
> !
> clock timezone AEST 10
> ip subnet-zero
> no ip finger
> ip name-server 203.123.69.15
> !
> !
> call rsvp-sync
> !
> !
> interface Ethernet0
> ip address 10.0.0.1 255.255.255.0
> ip nat inside
> no ip mroute-cache
> !
> interface ATM0
> no ip address
> no ip mroute-cache
> no atm ilmi-keepalive
> pvc 8/35
> encapsulation aal5mux ppp dialer
> dialer pool-member 1
> !
> bundle-enable
> dsl operating-mode auto
> hold-queue 208 in
> !
> interface Dialer0
> ip address negotiated
> ip nat outside
> encapsulation ppp
> dialer pool 1
> no cdp enable
> ppp authentication chap callin
> ppp chap hostname {username@vivanet.com.au }
> ppp chap password {connection password}
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 Dialer0
> no ip http server
> !
> ip nat inside source list 8 interface Dialer0 overload access-list 8
permit
> 10.0.0.0 0.0.0.255
> !
> !
> line con 0
> exec-timeout 120 0
> transport input none
> stopbits 1
> line vty 0 4
> exec-timeout 5 0
> password {telnet password}
> login
> !
> scheduler max-task-time 5000
> end
>
>
>
| |
|
| Actually, if you put you config into your favorite text editor and modify it
with the correct values you can simply copy the entire bit, type 'configure
terminal' and paste it directly in.
--
Wil
my 2¢
"When everything seems to be going well, you have obviously overlooked
something."
"DaRrEn" <drthe@bigpond.net.au> wrote in message
news:coWR8.355364$o66.925260@news-server.bigpond.net.au...
> what I mean is which line is in which part
> like in Router#(config) or Router#(config-if) and etc
>
> Thank you
>
> "DaRrEn" <drthe@bigpond.net.au> wrote in message
> news:jmWR8.355354$o66.925520@news-server.bigpond.net.au...
> > Anyone please help me how to config my Cisco 827 Router as the following
> > Code
> > !
> > version 12.1
> > no parser cache
> > no service single-slot-reload-enable
> > no service pad
> > service timestamps debug uptime
> > service timestamps log uptime
> > service password-encryption
> > !
> > hostname {Your Router Name}
> > !
> > logging rate-limit console 10 except errors
> > enable secret {enable password}
> > !
> > clock timezone AEST 10
> > ip subnet-zero
> > no ip finger
> > ip name-server 203.123.69.15
> > !
> > !
> > call rsvp-sync
> > !
> > !
> > interface Ethernet0
> > ip address 10.0.0.1 255.255.255.0
> > ip nat inside
> > no ip mroute-cache
> > !
> > interface ATM0
> > no ip address
> > no ip mroute-cache
> > no atm ilmi-keepalive
> > pvc 8/35
> > encapsulation aal5mux ppp dialer
> > dialer pool-member 1
> > !
> > bundle-enable
> > dsl operating-mode auto
> > hold-queue 208 in
> > !
> > interface Dialer0
> > ip address negotiated
> > ip nat outside
> > encapsulation ppp
> > dialer pool 1
> > no cdp enable
> > ppp authentication chap callin
> > ppp chap hostname {username@vivanet.com.au }
> > ppp chap password {connection password}
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 Dialer0
> > no ip http server
> > !
> > ip nat inside source list 8 interface Dialer0 overload access-list 8
> permit
> > 10.0.0.0 0.0.0.255
> > !
> > !
> > line con 0
> > exec-timeout 120 0
> > transport input none
> > stopbits 1
> > line vty 0 4
> > exec-timeout 5 0
> > password {telnet password}
> > login
> > !
> > scheduler max-task-time 5000
> > end
> >
> >
> >
>
>
| |
| dum de dum dum 2002-06-25, 9:25 am |
| DaRrEn,
Is this a live Router or are you just playing around with a home Lab...??
Has someone given you this config ?? How do you know it will work ?
If I was you I would first go to www.Cisco.com and find out what each line
of the Config actually does before sending it to the Router. When you know
and are happy then copying and pasting the config to the router under
Router#(config)
should do the trick.
I would be nice to know what your copying across though. ;-)
"DaRrEn" <drthe@bigpond.net.au> wrote in message
news:coWR8.355364$o66.925260@news-server.bigpond.net.au...
> what I mean is which line is in which part
> like in Router#(config) or Router#(config-if) and etc
>
> Thank you
>
> "DaRrEn" <drthe@bigpond.net.au> wrote in message
> news:jmWR8.355354$o66.925520@news-server.bigpond.net.au...
> > Anyone please help me how to config my Cisco 827 Router as the following
> > Code
> > !
> > version 12.1
> > no parser cache
> > no service single-slot-reload-enable
> > no service pad
> > service timestamps debug uptime
> > service timestamps log uptime
> > service password-encryption
> > !
> > hostname {Your Router Name}
> > !
> > logging rate-limit console 10 except errors
> > enable secret {enable password}
> > !
> > clock timezone AEST 10
> > ip subnet-zero
> > no ip finger
> > ip name-server 203.123.69.15
> > !
> > !
> > call rsvp-sync
> > !
> > !
> > interface Ethernet0
> > ip address 10.0.0.1 255.255.255.0
> > ip nat inside
> > no ip mroute-cache
> > !
> > interface ATM0
> > no ip address
> > no ip mroute-cache
> > no atm ilmi-keepalive
> > pvc 8/35
> > encapsulation aal5mux ppp dialer
> > dialer pool-member 1
> > !
> > bundle-enable
> > dsl operating-mode auto
> > hold-queue 208 in
> > !
> > interface Dialer0
> > ip address negotiated
> > ip nat outside
> > encapsulation ppp
> > dialer pool 1
> > no cdp enable
> > ppp authentication chap callin
> > ppp chap hostname {username@vivanet.com.au }
> > ppp chap password {connection password}
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 Dialer0
> > no ip http server
> > !
> > ip nat inside source list 8 interface Dialer0 overload access-list 8
> permit
> > 10.0.0.0 0.0.0.255
> > !
> > !
> > line con 0
> > exec-timeout 120 0
> > transport input none
> > stopbits 1
> > line vty 0 4
> > exec-timeout 5 0
> > password {telnet password}
> > login
> > !
> > scheduler max-task-time 5000
> > end
> >
> >
> >
>
>
| |
| Dan Wang 2002-06-28, 7:25 pm |
| at the enabled Router prompt (Router#), paste in the whole config, and it
should do the trick.
"DaRrEn" <drthe@bigpond.net.au> wrote in message
news:coWR8.355364$o66.925260@news-server.bigpond.net.au...
> what I mean is which line is in which part
> like in Router#(config) or Router#(config-if) and etc
>
> Thank you
>
> "DaRrEn" <drthe@bigpond.net.au> wrote in message
> news:jmWR8.355354$o66.925520@news-server.bigpond.net.au...
> > Anyone please help me how to config my Cisco 827 Router as the following
> > Code
> > !
> > version 12.1
> > no parser cache
> > no service single-slot-reload-enable
> > no service pad
> > service timestamps debug uptime
> > service timestamps log uptime
> > service password-encryption
> > !
> > hostname {Your Router Name}
> > !
> > logging rate-limit console 10 except errors
> > enable secret {enable password}
> > !
> > clock timezone AEST 10
> > ip subnet-zero
> > no ip finger
> > ip name-server 203.123.69.15
> > !
> > !
> > call rsvp-sync
> > !
> > !
> > interface Ethernet0
> > ip address 10.0.0.1 255.255.255.0
> > ip nat inside
> > no ip mroute-cache
> > !
> > interface ATM0
> > no ip address
> > no ip mroute-cache
> > no atm ilmi-keepalive
> > pvc 8/35
> > encapsulation aal5mux ppp dialer
> > dialer pool-member 1
> > !
> > bundle-enable
> > dsl operating-mode auto
> > hold-queue 208 in
> > !
> > interface Dialer0
> > ip address negotiated
> > ip nat outside
> > encapsulation ppp
> > dialer pool 1
> > no cdp enable
> > ppp authentication chap callin
> > ppp chap hostname {username@vivanet.com.au }
> > ppp chap password {connection password}
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 Dialer0
> > no ip http server
> > !
> > ip nat inside source list 8 interface Dialer0 overload access-list 8
> permit
> > 10.0.0.0 0.0.0.255
> > !
> > !
> > line con 0
> > exec-timeout 120 0
> > transport input none
> > stopbits 1
> > line vty 0 4
> > exec-timeout 5 0
> > password {telnet password}
> > login
> > !
> > scheduler max-task-time 5000
> > end
> >
> >
> >
>
>
| |
| dum de dum dum 2002-06-29, 11:25 am |
| no it won't
He needs to be in
Router#(config)
Pasting that config will give errors unless he's in config mode. Nit picking
but true!
"Dan Wang" <wangd@eudoramail.com> wrote in message
news:afj0in$aq0$1@nntp1.u.washington.edu...
> at the enabled Router prompt (Router#), paste in the whole config, and it
> should do the trick.
>
> "DaRrEn" <drthe@bigpond.net.au> wrote in message
> news:coWR8.355364$o66.925260@news-server.bigpond.net.au...
> > what I mean is which line is in which part
> > like in Router#(config) or Router#(config-if) and etc
> >
> > Thank you
> >
> > "DaRrEn" <drthe@bigpond.net.au> wrote in message
> > news:jmWR8.355354$o66.925520@news-server.bigpond.net.au...
> > > Anyone please help me how to config my Cisco 827 Router as the
following
> > > Code
> > > !
> > > version 12.1
> > > no parser cache
> > > no service single-slot-reload-enable
> > > no service pad
> > > service timestamps debug uptime
> > > service timestamps log uptime
> > > service password-encryption
> > > !
> > > hostname {Your Router Name}
> > > !
> > > logging rate-limit console 10 except errors
> > > enable secret {enable password}
> > > !
> > > clock timezone AEST 10
> > > ip subnet-zero
> > > no ip finger
> > > ip name-server 203.123.69.15
> > > !
> > > !
> > > call rsvp-sync
> > > !
> > > !
> > > interface Ethernet0
> > > ip address 10.0.0.1 255.255.255.0
> > > ip nat inside
> > > no ip mroute-cache
> > > !
> > > interface ATM0
> > > no ip address
> > > no ip mroute-cache
> > > no atm ilmi-keepalive
> > > pvc 8/35
> > > encapsulation aal5mux ppp dialer
> > > dialer pool-member 1
> > > !
> > > bundle-enable
> > > dsl operating-mode auto
> > > hold-queue 208 in
> > > !
> > > interface Dialer0
> > > ip address negotiated
> > > ip nat outside
> > > encapsulation ppp
> > > dialer pool 1
> > > no cdp enable
> > > ppp authentication chap callin
> > > ppp chap hostname {username@vivanet.com.au }
> > > ppp chap password {connection password}
> > > !
> > > ip classless
> > > ip route 0.0.0.0 0.0.0.0 Dialer0
> > > no ip http server
> > > !
> > > ip nat inside source list 8 interface Dialer0 overload access-list 8
> > permit
> > > 10.0.0.0 0.0.0.255
> > > !
> > > !
> > > line con 0
> > > exec-timeout 120 0
> > > transport input none
> > > stopbits 1
> > > line vty 0 4
> > > exec-timeout 5 0
> > > password {telnet password}
> > > login
> > > !
> > > scheduler max-task-time 5000
> > > end
> > >
> > >
> > >
> >
> >
>
>
|
|
|
|