cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
973
Views
5
Helpful
13
Replies

VDSL / Fiber Configuration

Hello,
I have a VDSL / Fiber internet connection and my ISP supplied me with a normal router , I would like install a CISCO router instead,

I've searched for the configurations but no luck , I found an ADSL configuration that didn't work for me , would you please help with this , I posted a picture of my router WAN configuration page.

Thanks

13 Replies 13

balaji.bandi
Hall of Fame
Hall of Fame

what router is this ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

cisco 2921

 

Try this configuration example : ( who is the provider ?) - generally most provider give sample config.

 

https://www.expertnetworkconsultant.com/configuring/how-to-configure-your-cisco-887va-for-internet-connection/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you so much balaji.bandi but the method  you send it to me didn't work 
My ISP didn't provide me with any templet or sample they told me that can't help me unless the device I'm using they did provide it.

I found some other page at my router I hope this page could be the key for you to guide me for the right configuration 
I appreciate your kindness 

just to clarify the image you attached a sample or your provider information? with the existing connection?

 

if the provider not given information, then you need to keep tweaking with different options to get it to work.

 

and debug is very important so we know what the router doing

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

after many attempts I could establish a connection but I couldn't get an access to the Internet, here is the configurations that get me connected 

 

 

! Last configuration change at 20:51:57 UTC Mon May 10 2021
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2921
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip name-server 195.175.39.49
ip name-server 195.175.39.50
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
!

!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
no ip route-cache
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/1.101
encapsulation dot1Q 2874
ip nat outside
ip virtual-reassembly in
no ip route-cache
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer1
mtu 1492
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname srouji538103322@ttnet
ppp chap password 7 09156731233C04065325
ppp pap sent-username srouji538103322@ttnet password 7 014A2F3C6132151B7937
ppp ipcp dns request
ppp ipcp route default
ppp ipcp address accept
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip dns server
ip nat inside source list LAN_ACL interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip access-list standard LAN_ACL
permit any
!
!
!
!
control-plane
!
!
!
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!

this is the information about the interface dialer 

 

R2921#show interfaces dialer 1
Dialer1 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is 85.xx.xx.243/32
MTU 1492 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi2
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:12:54
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
465 packets input, 28513 bytes
397 packets output, 20680 bytes
Bound to:
Virtual-Access2 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1492 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Open
Stopped: CDPCP
Open: IPCP
PPPoE vaccess, cloned from Dialer1
Vaccess status 0x44, loopback not set
Keepalive set (10 sec)
Interface is bound to Di1 (Encapsulation PPP)
Last input 00:00:01, output never, output hang never
Last clearing of "show interface" counters 00:33:12
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
61 packets input, 3112 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
44 packets output, 2165 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions

 

when I'm trying to ping google for example here is the result 

 

ping google.com
Translating "google.com"...domain server (195.175.39.49) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.58.214.142, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)

 

So would you please check it and tell me if you can find anything wrong , or what the next step could be  
thanks in advance 

 

 

these are Cisco general ping results :

 

"U" = Destinnation Unreachable

"." = The Network server/service timed out while waiting for a reply

"H" = Host unreachable

"P" = Protocol "

"N" = Network "

"!" = Receipt of a reply

"Q" = Source quench

"M" = Could not fragment

"?" = Unknown packet type

 

Can you post :

 

show ip route

show ip interface brief

 

Try are you able to ping your next hop address of ISP ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

R1921#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, + - replicated route

Gateway of last resort is 78.176.75.1 to network 0.0.0.0

S* 0.0.0.0/0 [1/0] via 78.176.75.1
is directly connected, Dialer1
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
S 10.98.67.50/32 [254/0] via 10.158.192.1, GigabitEthernet0/0
C 10.158.192.0/19 is directly connected, GigabitEthernet0/0
L 10.158.211.5/32 is directly connected, GigabitEthernet0/0
78.0.0.0/32 is subnetted, 2 subnets
C 78.176.75.1 is directly connected, Dialer1
C 78.176.75.164 is directly connected, Dialer1

 

R1921#show ip interface brief
Interface                                                    IP-Address                                         OK?     Method           Status               Protocol
GigabitEthernet0/0                                    10.158.211.5                                       YES     DHCP               up                   up
GigabitEthernet0/0.101                              unassigned                                          YES     unset                up                   up
GigabitEthernet0/1                                     unassigned                                          YES    manual  administratively down  down
GigabitEthernet0/1.101                              unassigned                                          YES     unset            deleted               down
Dialer1                                                       78.176.75.164                                     YES     IPCP             up                      up
NVI0                                                         unassigned                                            YES    unset   administratively down   down
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up


R1921#ping 78.176.75.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 78.176.75.1, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)

R1921#ping 8.8.8.8

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)


R1921#ping 10.158.192.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.158.192.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms

i am confused here, why you have 2 different IP address here :

 

GigabitEthernet0/0 10.158.211.5 YES DHCP up up
GigabitEthernet0/0.101 unassigned YES unset up up
Dialer1 78.176.75.164 YES IPCP up up

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I really don't know why is that but if we get to the interface gig 0/0 and hard coded to no ip address I still have connection  with the dialer with the same result that I can't ping the default gateway of the dialer connection 

and here is a picture of my current router 

what router is this ? you have exiting one ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I've tried may things but still no luck here is the debug data would please take a look at it and let me if you can see what is the problem 
I have connection but I don't have ping even to the next hop 

 

R1921#show ip interface bri
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM down down
GigabitEthernet0/0.2874 unassigned YES unset down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Dialer1 unassigned YES NVRAM up up
NVI0 unassigned YES unset administratively down down
Virtual-Access1 unassigned YES unset up up
R1921#debug ppp nego
R1921#debug ppp negotiation
PPP protocol negotiation debugging is on
R1921#de
R1921#debu
R1921#debug ppp?
ppp pppatm pppoe

R1921#debug pppoe ?
data PPPoE data packets
elog PPPoE elogs
errors PPPoE protocol errors
events PPPoE protocol events
packets PPPoE control packets
tag PPPoE protocol tags

R1921#debug pppoe eve
R1921#debug pppoe events ?
interface Interface
rmac Remote MAC conditional debug
<cr>

R1921#debug pppoe events
PPPoE protocol events debugging is on
R1921#
*May 16 10:52:49.435: padi timer expired
*May 16 10:52:49.435: Sending PADI: Interface = GigabitEthernet0/0
*May 16 10:52:49.435: padi timer expired
*May 16 10:52:49.435: Sending PADI: Interface = GigabitEthernet0/0.2874
R1921#
*May 16 10:53:21.691: padi timer expired
*May 16 10:53:21.691: Sending PADI: Interface = GigabitEthernet0/0
*May 16 10:53:21.691: padi timer expired
*May 16 10:53:21.691: Sending PADI: Interface = GigabitEthernet0/0.2874
R1921#
*May 16 10:53:53.947: padi timer expired
*May 16 10:53:53.947: Sending PADI: Interface = GigabitEthernet0/0
*May 16 10:53:53.947: padi timer expired
*May 16 10:53:53.947: Sending PADI: Interface = GigabitEthernet0/0.2874
R1921#
*May 16 10:54:15.311: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
*May 16 10:54:16.311: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R1921#
*May 16 10:54:19.487: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0/0 assigned DHCP address 10.158.209.232, mask 255.255.224.0, hostname R1921

R1921#
*May 16 10:54:26.203: padi timer expired
*May 16 10:54:26.203: Sending PADI: Interface = GigabitEthernet0/0
*May 16 10:54:26.203: padi timer expired
*May 16 10:54:26.203: Sending PADI: Interface = GigabitEthernet0/0.2874
R1921#
*May 16 10:54:27.295: PPPoE 0: I PADO R:346e.9d92.e5ec L:e05f.b9b9.fd00 2874 Gi0/0.2874
R1921#
*May 16 10:54:29.275: PPPOE: we've got our pado and the pado timer went off
*May 16 10:54:29.275: OUT PADR from PPPoE Session
R1921#
*May 16 10:54:39.515: OUT PADR from PPPoE Session
*May 16 10:54:39.515: PPPOE : Resending PADR
R1921#
*May 16 10:54:49.755: OUT PADR from PPPoE Session
*May 16 10:54:49.755: PPPOE : Resending PADR
R1921#
*May 16 10:54:58.459: padi timer expired
*May 16 10:54:58.459: Sending PADI: Interface = GigabitEthernet0/0
R1921#
*May 16 10:54:59.995: OUT PADR from PPPoE Session
*May 16 10:54:59.995: PPPOE : Resending PADR
R1921#
*May 16 10:55:10.235: OUT PADR from PPPoE Session
*May 16 10:55:10.235: PPPOE : Resending PADR
*May 16 10:55:10.747: PPPoE 1: I PADS R:346e.9d92.e5ec L:e05f.b9b9.fd00 2874 Gi0/0.2874
*May 16 10:55:10.747: IN PADS from PPPoE Session
*May 16 10:55:10.751: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*May 16 10:55:10.751: PPPoE: Virtual Access interface obtained.
*May 16 10:55:10.751: PPPoE : encap string prepared
*May 16 10:55:10.751: [0]PPPoE 1: data path set to PPPoE Client
*May 16 10:55:
R1921#10.755: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
*May 16 10:55:10.755: Vi2 PPP: Sending cstate UP notification
*May 16 10:55:10.755: Vi2 PPP: Processing CstateUp message
*May 16 10:55:10.763: PPP: Alloc Context [30D7D794]
*May 16 10:55:10.763: ppp1 PPP: Phase is ESTABLISHING
*May 16 10:55:10.763: Vi2 PPP: Using dialer call direction
*May 16 10:55:10.763: Vi2 PPP: Treating connection as a callout
*May 16 10:55:10.763: Vi2 PPP: Session handle[61000001] Session id[1]
*May 16 10:5
R1921#5:10.763: Vi2 LCP: Event[OPEN] State[Initial to Starting]
*May 16 10:55:10.763: Vi2 PPP: No remote authentication for call-out
*May 16 10:55:10.763: Vi2 LCP: O CONFREQ [Starting] id 1 len 14
*May 16 10:55:10.763: Vi2 LCP: MRU 1492 (0x010405D4)
*May 16 10:55:10.763: Vi2 LCP: MagicNumber 0x5FBF499A (0x05065FBF499A)
*May 16 10:55:10.763: Vi2 LCP: Event[UP] State[Starting to REQsent]
*May 16 10:55:10.771: Vi2 LCP: I CONFACK [REQsent] id 1 len 14
*May 16 10:55:10.771: Vi2 LCP: MRU 1492 (0x010405
R1921#D4)
*May 16 10:55:10.771: Vi2 LCP: MagicNumber 0x5FBF499A (0x05065FBF499A)
*May 16 10:55:10.771: Vi2 LCP: Event[Receive ConfAck] State[REQsent to ACKrcvd]
*May 16 10:55:10.779: Vi2 LCP: I CONFREQ [ACKrcvd] id 155 len 18
*May 16 10:55:10.779: Vi2 LCP: MRU 1492 (0x010405D4)
*May 16 10:55:10.779: Vi2 LCP: AuthProto PAP (0x0304C023)
*May 16 10:55:10.779: Vi2 LCP: MagicNumber 0x36542F01 (0x050636542F01)
*May 16 10:55:10.779: Vi2 LCP: O CONFACK [ACKrcvd] id 155 len 18
*May 16 10:55:10.779: Vi
R1921#2 LCP: MRU 1492 (0x010405D4)
*May 16 10:55:10.783: Vi2 LCP: AuthProto PAP (0x0304C023)
*May 16 10:55:10.783: Vi2 LCP: MagicNumber 0x36542F01 (0x050636542F01)
*May 16 10:55:10.783: Vi2 LCP: Event[Receive ConfReq+] State[ACKrcvd to Open]
*May 16 10:55:10.807: Vi2 PPP: Phase is AUTHENTICATING, by the peer
*May 16 10:55:10.807: Vi2 PAP: Using hostname from interface PAP
*May 16 10:55:10.807: Vi2 PAP: Using password from interface PAP
*May 16 10:55:10.807: Vi2 PAP: O AUTH-REQ id 1 len 35 from "s
R1921#rouji538103322@ttnet"
*May 16 10:55:10.807: Vi2 LCP: State is Open
*May 16 10:55:10.975: Vi2 PAP: I AUTH-ACK id 1 len 5
*May 16 10:55:10.975: Vi2 PPP: Phase is FORWARDING, Attempting Forward
*May 16 10:55:10.975: Vi2 PPP: Queue IPCP code[1] id[87]
*May 16 10:55:10.975: Vi2 PPP: Phase is ESTABLISHING, Finish LCP
*May 16 10:55:10.975: Vi2 PPP: Phase is UP
*May 16 10:55:10.975: Vi2 IPCP: Protocol configured, start CP. state[Initial]
*May 16 10:55:10.975: Vi2 IPCP: Event[OPEN] State[Initial to Starting
R1921#]
*May 16 10:55:10.975: Vi2 IPCP: O CONFREQ [Starting] id 1 len 22
*May 16 10:55:10.975: Vi2 IPCP: Address 0.0.0.0 (0x030600000000)
*May 16 10:55:10.975: Vi2 IPCP: PrimaryDNS 0.0.0.0 (0x810600000000)
*May 16 10:55:10.975: Vi2 IPCP: SecondaryDNS 0.0.0.0 (0x830600000000)
*May 16 10:55:10.975: Vi2 IPCP: Event[UP] State[Starting to REQsent]
*May 16 10:55:10.975: Vi2 CDPCP: Protocol configured, start CP. state[Initial]
*May 16 10:55:10.975: Vi2 CDPCP: Event[OPEN] State[Initial to Starting]
*May
R1921# 16 10:55:10.975: Vi2 CDPCP: O CONFREQ [Starting] id 1 len 4
*May 16 10:55:10.975: Vi2 CDPCP: Event[UP] State[Starting to REQsent]
*May 16 10:55:10.979: Vi2 PPP: Process pending ncp packets
*May 16 10:55:10.979: Vi2 IPCP: Redirect packet to Vi2
*May 16 10:55:10.979: Vi2 IPCP: I CONFREQ [REQsent] id 87 len 10
*May 16 10:55:10.979: Vi2 IPCP: Address 88.232.187.1 (0x030658E8BB01)
*May 16 10:55:10.979: Vi2 IPCP: Accept the peer address 88.232.187.1
*May 16 10:55:10.979: Vi2 IPCP: O CONFACK [REQsent]
R1921#id 87 len 10
*May 16 10:55:10.979: Vi2 IPCP: Address 88.232.187.1 (0x030658E8BB01)
*May 16 10:55:10.979: Vi2 IPCP: Event[Receive ConfReq+] State[REQsent to ACKsent]
*May 16 10:55:10.979: Vi2 IPCP: I CONFNAK [ACKsent] id 1 len 22
*May 16 10:55:10.979: Vi2 IPCP: Address 88.232.187.107 (0x030658E8BB6B)
*May 16 10:55:10.979: Vi2 IPCP: PrimaryDNS 195.175.39.49 (0x8106C3AF2731)
*May 16 10:55:10.979: Vi2 IPCP: SecondaryDNS 195.175.39.50 (0x8306C3AF2732)
*May 16 10:55:10.979: Vi2 IPCP: O CONFREQ
R1921# [ACKsent] id 2 len 22
*May 16 10:55:10.979: Vi2 IPCP: Address 88.232.187.107 (0x030658E8BB6B)
*May 16 10:55:10.979: Vi2 IPCP: PrimaryDNS 195.175.39.49 (0x8106C3AF2731)
*May 16 10:55:10.979: Vi2 IPCP: SecondaryDNS 195.175.39.50 (0x8306C3AF2732)
*May 16 10:55:10.979: Vi2 IPCP: Event[Receive ConfNak/Rej] State[ACKsent to ACKsent]
*May 16 10:55:10.979: Vi2 LCP: I PROTREJ [Open] id 156 len 10 protocol CDPCP (0x01010004)
*May 16 10:55:10.979: Vi2 CDPCP: Event[Receive CodeRej-] State[REQsent to St
R1921#opped]
*May 16 10:55:10.979: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
*May 16 10:55:11.183: PPPoE 1: I unknown packet R:346e.9d92.e5ec L:e05f.b9b9.fd00 2874 Gi0/0.2874
*May 16 10:55:11.735: Vi2 IPCP: I CONFACK [ACKsent] id 2 len 22
*May 16 10:55:11.735: Vi2 IPCP: Address 88.232.187.107 (0x030658E8BB6B)
*May 16 10:55:11.735: Vi2 IPCP: PrimaryDNS 195.175.39.49 (0x8106C3AF2731)
*May 16 10:55:11.735: Vi2 IPCP: SecondaryDNS 195.175.39.50 (0x8306C3AF2732
R1921#)
*May 16 10:55:11.735: Vi2 IPCP: Event[Receive ConfAck] State[ACKsent to Open]
*May 16 10:55:11.767: Vi2 IPCP: State is Open
*May 16 10:55:11.767: Di1 IPCP: Install negotiated IP interface address 88.232.187.107
*May 16 10:55:11.767: Di1 IPCP: Install default route thru 88.232.187.1
*May 16 10:55:11.767: Di1 IPCP: Install route to 88.232.187.1
R1921#
*May 16 10:55:30.715: padi timer expired
*May 16 10:55:30.715: Sending PADI: Interface = GigabitEthernet0/0
R1921#
*May 16 10:55:41.395: Vi2 PPP: Outbound cdp packet dropped, NCP not negotiated
R1921#
*May 16 10:56:02.971: padi timer expired
*May 16 10:56:02.971: Sending PADI: Interface = GigabitEthernet0/0
R1921#show ip interface bri
*May 16 10:56:35.227: padi timer expired
*May 16 10:56:35.227: Sending PADI: Interface = GigabitEthernet0/0
R1921#show ip interface bri
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 10.158.209.232 YES DHCP up up
GigabitEthernet0/0.2874 unassigned YES unset up up
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Dialer1 88.232.187.107 YES IPCP up up
NVI0 unassigned YES unset administratively down down
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
R1921#
*May 16 10:56:41.395: Vi2 PPP: Outbound cdp packet dropped, NCP not negotiated
R1921#ping 88.232.187.107

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 88.232.187.107, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R1921#ping 88.232.187.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 88.232.187.1, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)
R1921#
*May 16 10:57:07.483: padi timer expired
*May 16 10:57:07.483: Sending PADI: Interface = GigabitEthernet0/0
R1921#ping 8.8.8.8

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)
R1921#

Hello Hasan,

 

You can also try to address this issue with the following technology space: https://community.cisco.com/t5/routing/bd-p/5991-discussions-wan-routing-switching 

 

Regards,

Martin