Introduction
Ce document décrit la fonctionnalité WAN Mode sur la plate-forme Cisco867VAE et les options qui activent les services Internet DSL.
Conditions préalables
Conditions requises
Aucune spécification déterminée n'est requise pour ce document.
Components Used
Les informations de ce document sont basées sur la plate-forme Cisco867VAE.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Configuration
Voici la configuration pour activer les modes WAN sur la plate-forme CISCO867VAE :
Cisco867VAE(config)#wan mode ?
dsl WAN interface is DSL
ethernet WAN interface is ethernet
DSL Mode
—————
Ce mode permet de configurer vos paramètres DSL sur ATM ou Ethernet, mais pas sur une interface de couche 3, qui est Gigabitethernet 0 dans ce périphérique.
Cisco867VAE#sh ip int brief
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM administratively down down
Ethernet0 unassigned YES NVRAM administratively down down
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
GigabitEthernet0 unassigned YES NVRAM down down
Vlan1 10.106.47.21 YES NVRAM up up
Voici les messages d'erreur rencontrés en mode DSL :
Cisco867VAE(config)#wan mode dsl
% Ethernet WAN interface will be disabled.
Cisco867VAE(config)#
*Jan 18 04:35:57.931: %LINK-5-CHANGED: Interface GigabitEthernet0, changed state to administratively down
Cisco867VAE(config)#int gig 0
Cisco867VAE(config-if)#no shut
% WAN interface is DSL
Cisco867VAE(config)#controller vdsl 0
Cisco867VAE(config-controller)#no shut
Cisco867VAE(config)#int eth0
Cisco867VAE(config-if)#no shut
*Jan 18 04:40:46.507: %LINK-3-UPDOWN: Interface Ethernet0, changed state to down
Cisco867VAE(config-if)#int atm 0
Cisco867VAE(config-if)#no shut
*Jan 18 04:40:58.771: %LINK-3-UPDOWN: Interface ATM0, changed state to down
Mode Ethernet :
En mode Ethernet, vous ne pourrez pas configurer de paramètres DSL, mais vous pouvez utiliser l'interface Gigabit Ethernet de couche 3 pour un réseau externe.
Cisco867VAE#wan mode ethernet
% DSL interfaces will be disabled.
Cisco867VAE#
*Jan 18 04:12:48.687: %CONTROLLER-5-UPDOWN: Controller VDSL 0, changed state to administratively down
Cisco867VAE(config)#controller vdsl 0
Cisco867VAE(config-controller)#no shut
% Operation not allowed when wan mode is ethernet.
Cisco867VAE#sh ip int brief
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES NVRAM administratively down down
Ethernet0 unassigned YES NVRAM administratively down down
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
GigabitEthernet0 unassigned YES NVRAM administratively down down
Vlan1 10.106.47.21 YES NVRAM up up
Cisco867VAE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco867VAE(config)#int atm0
Cisco867VAE(config-if)#no shut
% WAN interface is Ethernet.
Cisco867VAE(config-if)#int eth0
Cisco867VAE(config-if)#no shut
% WAN interface is Ethernet.
Cisco867VAE(config)#int gig 0
Cisco867VAE(config-if)#no shut
*Jan 18 04:30:08.851: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to down
Désactiver le mode WAN n'est pas possible lorsqu'il est en mode DSL comme mode par défaut dans la plate-forme CISCO 867.
Mais lorsqu'elle est désactivée en mode Ethernet, elle passe en mode DSL.
Cisco867VAE(config)#no wan mode dsl
Cisco867VAE(config)#do sh run | sec wan
wan mode dsl
Cisco867VAE(config)#do sh run | sec wan
wan mode ethernet
Cisco867VAE(config)#no wan mode ethernet
% Ethernet WAN interface will be disabled.
Note: Utilisez l'Outil de recherche de commande (clients inscrits seulement) pour obtenir plus d'informations sur les commandes utilisées dans cette section.
Vérification
Référez-vous à cette section pour vous assurer du bon fonctionnement de votre configuration.
Cisco867VAE#sh run | inc wan mode
wan mode dsl
Dépannage
Il n'existe actuellement aucune information de dépannage spécifique pour cette configuration.