04-05-2021 08:23 AM
Hi ! Someone can give me some hints about configuration of this ISR? I have a 1905 working fine in my internet using PPPoE and since this 892 have two WAN interfaces I'm thinking to use it as link fail over, but even in a single link I can't configure it !
I'm tried to create interface Dialer for PPPoE in the Gig0 or Gig9 and don't work. Also in the lan, DHCP server only on VLAN1 interface..it's a different behaviour compared with my 1800/1905 router.
Where can I learn the differences / "modus operandi" of this router?
Any help are appreciated
Bernardo
Solved! Go to Solution.
04-06-2021 04:46 PM
Hello,
glad that you got it resolved.
The virtual access interface is part of the PPPoE client session. Check the link below (item 4) for an explanation.
04-06-2021 04:51 PM
04-05-2021 10:44 AM
Hello,
post the running configuration (sh run) of the router, so we can fill in the (missing) bits and pieces...
04-05-2021 11:07 AM
04-05-2021 11:11 AM
Hello,
sorry for the confusion: what I meant was: post the running configuration (sh run) of your 892SFP router...
04-05-2021 12:26 PM
04-05-2021 12:44 PM
Hello,
I am not sure what the issue is...the configurations you post are truncated and incomplete. If posting the full running config here does not work, save the output of 'sh run' to a text file, and add that text file as an attachment...
04-05-2021 01:54 PM
04-05-2021 03:15 PM
Hello,
I am not sure I understand what your topology is supposed to look like. Either way, try the config below. I think the WAN interface is GigabitEthernet0, though:
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 892SFP
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$g4y5$NxDeM.0hON6YA51bcfGvN1
enable password ciscocisco
!
no aaa new-model
!
ip routing
ip cef
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LAN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 4.2.2.2
!
interface GigabitEthernet0
no ip address
ip nat outside
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface Dialer 1
ip address negotiated
ip nat outside
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
!
dialer-list 1 protocol ip permit
!
ip nat inside source list 1 interface Dialer 1 overload
!
ip classless
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
no modem enable
line aux 0
line vty 0 4
password cisco
login
transport input telnet ssh
!
end
04-05-2021 05:32 PM
04-06-2021 12:00 AM
Hello,
try the config below, if that still does not work, tun
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 892SFP
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$g4y5$NxDeM.0hON6YA51bcfGvN1
enable password ciscocisco
!
no aaa new-model
!
ip routing
ip cef
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LAN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 4.2.2.2
!
interface GigabitEthernet9
no ip address
ip nat outside
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface Dialer 1
ip address negotiated
ip nat outside
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname guest@guest
ppp chap password guest
ppp pap sent-username guest@guest password guest
--> ppp ipcp route default
--> ppp ipcp dns request
--> ppp ipcp address accept
!
dialer-list 1 protocol ip permit
!
ip nat inside source list 1 interface Dialer 1 overload
!
ip classless
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
no modem enable
line aux 0
line vty 0 4
password cisco
login
transport input telnet ssh
!
end
04-06-2021 02:05 PM
Hi Georg!
The dialer error was solved. I used debug ppp negotiating and discovered that's username error. The ISP changed it removing the @guest .
Now, the PPPoE it's ok but I still not understand what is the Virtual-Access1 and Virtual-Access2 created .
I need to learn more about this 892SFP IOS - it's quite different than the 1800/1900/2600 series
Thanks for your patience and help !!!
I may close this topic for now.
04-06-2021 04:46 PM
Hello,
glad that you got it resolved.
The virtual access interface is part of the PPPoE client session. Check the link below (item 4) for an explanation.
04-06-2021 04:51 PM
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