11-06-2015 12:13 PM - edited 03-05-2019 02:41 AM
Hi everyone,
I can not work out this Cisco 867VAE-K9 at all, I cant really do CLI and I am fairly new to it but I have had a config sent to me which gets the 867 to get an ADSL connection but there is no through put to GE0, or any of the FE0-3.
I have a UC320W (I can hear the gasps and groans from here ;) but I did get this over the UC500 as fits my needs and doesnt have CLI a bonus for me) I have the UC320 set up as "The UC320 Routes Vice and Data" and this was working fine with my old SRP547 before it died I'd like to use the GE0 port for the data to.from the UC320 as obiously faster and I can then use the GE ports on the UC320.
Anyway thats the background, so what I have imput after the inital out of box config for passwords and below which has me a stable ADSL 2+ connection but no routing to the Ethernet Ports is:
config t
aaa new-model
aaa authentication login default local
aaa authorization exec default local
ip domain name XXXXXXXXXXXX
username XXXXXX privilege 15 password XXXXXX
interface ATM0
no ip address
no shut
ip virtual-reassembly
no ip mroute-cache
atm vc-per-vp 64
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
no atm ilmi-enable
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode auto
hold-queue 224 in
interface FastEthernet0
no shut
interface FastEthernet1
no shut
interface FastEthernet2
no shut
interface FastEthernet3
no shut
interface Vlan1
description Inside Interface
no shut
ip address 10.0.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
no ip mroute-cache
hold-queue 100 out
interface Dialer0
description DSL Interface
ip address negotiated
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
encapsulation ppp
no ip route-cache cef
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname install@o2broadband.co.uk
ppp chap password install
ppp pap sent-username install@o2broadband.co.uk password install
ppp ipcp dns request
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip http secure-server
ip nat inside source list 103 interface Dialer0 overload
access-list 103 permit ip 10.0.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
route-map Access-Out permit 1
match ip address 103
alias exec sc show conf
alias exec sr show run
alias exec wm write mem
alias exec wt write term
alias exec sir show ip route
alias exec sip show ip int brief
alias exec si show int
line con 0
exec-timeout 60 0
password XXXXXX
no modem enable
stopbits 1
line aux 0
line vty 0 4
exec-timeout 60 0
password elliot
transport input telnet ssh
transport output telnet ssh
exit
exit
wr mem
Any help would be really appreciated, and as simple as possble, I know your all technical but go easy on me :)
11-06-2015 01:27 PM
Hi,
I dont think you are to far away from getting this to go.
Try adding these lines to global config
!
ip nat pool MYNATPOOL 10.0.1.0 10.0.1.253 netmask 255.255.255.0
!
no route-map Access-Out permit 1
!
The route map is doing nothing as far as I can see so just remove
Tis link will help you with NAT etc
http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/8605-13.html
Regards
Alex
11-06-2015 01:55 PM
Thank you Alex so much,
I will add that in and see where I get, I really miss my SRP LOL I dont know why but CLI I can not get to grips with.
Elliot :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide