Hi.
We had such problems too.
It was a channel issue, in Europe we have 13 channels (B or G-radios.
We used channel 13 in some of our AP's and our customer have some laptops which could not operate with channels 12 and 13. (American models).
Hi.
Try to set up the trunk encapsulation to dot1q.
Under the trunk interface:
switchport trunk encapsulation dot1q
The default encapsulation in 2900xl-models is Cico proprietary ISL.
Hi kevcrove.
Yes you can use access filters.
Here is an example:
access-list 20 permit 192.168.0.1
line vty 0 4
access-class 20 in
password xxxx
line vty 5 15
access-class 20 in
password xxxx
Access to vty lines is allowedonly from ip address 192.168.0.1.
You can also use...
Hi lowj.
I'm not sure if there is a time based shutdown command, but still you can use time based access-list. So you can let the traffic go in and out due the time of the date.
Her are some links:
http://www.cisco.com/warp/public/793/access_dial/10.html...
Hi Saeed42.
Try to do it like this.
int dialer 1
dialer map ip 192.168.2.2 name "name" class dialer1 "number"
ppp callback accept
map-class dialer dialer1
dialer callback-server username
Hi jnault!
Check these files.
http://www.cisco.com/warp/customer/129/config-bri-map.html
http://www.cisco.com/warp/public/793/access_dial/ddr_dialer_profile.html
http://www.cisco.com/cgi-bin/Support/PSP/psp_view.pl?p=Internetworking:ISDN&s=Implementation_and_Configuration#Samples_%26_Tips...
Hi jonks!
Check thse files.
http://www.cisco.com/warp/public/130/sw_upgrade_proc_ram.shtml
and
http://www.cisco.com/warp/public/701/59.html#conspeed
Good luck.
Hi jasmjaso.
You can´t use
copy tftp://192.168.200.26/c2900xl-c3h2s-mz.120-5.wc2.tar flash: command with a file which have extension .tar. Tar file is a packed file like in unix systems. Use following command:
tar /x tftp://192.168.200.26/c2900xl-c3h2s-mz.120-5.wc2.tar flash:
Tar-file...
Hi.
I think it is possible to speed up the connection to 115kbps with a set command.
There are good documents on cisco's web, try these:
http://www.cisco.com/warp/public/473/corrupt_or_missing_image.html
http://www.cisco.com/warp/public/473/36.shtml#xmodem...
Trouble with writing config to nvram on LS1010.
In our ls1010 ATM-switch I have tried to save the config to nvram and get en error message:
startup-config file open failed (File table overflow)
when I issue a command show file descriptors i got
File Descriptors:
FD Position Open PID...
Trouble with writing config to nvram on LS1010.
In our ls1010 ATM-switch I have tried to save the config to nvram and get en error message:
startup-config file open failed (File table overflow)
when I issue a comman show file descriptors i got
File Descriptors:
FD Position Open PID...
Hi cjackson!
If you are using NT-servers, they are very noisy.
To avoid them opening your network you have to put an access-list in your dialer-interface.
here is an example which removes "NT-noise" from opening the line.
access-list 121 deny udp any eq netbios-dgm any
access-list...
Hi GØAOZ !
Do you have a dialer load-treshold xx command in your routers config ( under int bri or int dialer ). If yuo have that might be the problem, issue a no dialer load-treshold.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_r/drprt3/drhubddr.htm#4978
Hope...
Hi nichols!
Try this one:
http://www.cisco.com/warp/public/131/ppp_callin_hostname.html
I think that you have to use different hostname or ppp chap hostname.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.