Help Cisco 1905 Configuration live fiber pppoe vlan 10

Problemy z pozostałymi technologiami (SDH, IronPort, WAAS itp.)
Wiadomość
Autor
opstec
newbie
newbie
Posty: 1
Rejestracja: 07 sie 2015, 15:10

Help Cisco 1905 Configuration live fiber pppoe vlan 10

#1

#1 Post autor: opstec »

Good afternoon everyone!

Am new to cisco, whatever you do mistakenly, please let me know.

I just installed one fttx fiber 200MB, I would change the router that provides carrier and put a cisco 1905 before the cisco will only get the ONT (converting fiber) but the current router configuration is pppoe with vlan 10.

Already have another internet 35Mb pppoe with a cisco router 1841 configuration are below, this does not use vlan, but the current need in vlan wan.

if someone can give a help

!
hostname sotnas
!
boot-start-marker
boot-end-marker
!
enable secret 5 cisco
!
no aaa new-model
!
resource policy
!
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool Local_Lan
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 8.8.8.8
lease 7
!
!
ip domain name google.com.br
ip name-server 8.8.8.8
ip name-server 8.8.4.4
!
!
!
username cisco secret 5 cisco
!
!
!
!
!
!
interface FastEthernet0/0
description INTERFACE CONEXAO LAN
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description INTERFACE CONEXAO MoDEM ADSL
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp authentication chap pap callin
ppp chap password 0 gratis
ppp pap sent-username xxxxx@linkbr.com.br password 0 xxxxxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
no ip http server
no ip http secure-server
ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
!
ip access-list extended DSL_ACCESSLIST
permit ip 192.168.2.0 0.0.0.255 any
!
!

ODPOWIEDZ