12-20-2012 01:30 PM - edited 03-07-2019 10:43 AM
I am attempting to upgrade from a Cisco3945 to a ASR1002. On my Cisco3945, I have interface associated with VLANs. It appears that with the new IOSX, VLAN configuration has changed. Can someone provide a config to setup a simple VLAN?
12-20-2012 03:42 PM
When you say "interface associated with VLANs" you mean Sub-interfaces or SVIs?
12-20-2012 04:05 PM
See below. Gig0/1/0 through gig0/1/4 are associated with VLAN1. Gig0/1/5 through gig0/1/7 are associated with VLAN2.
interface GigabitEthernet0/1/0
no ip address
!
interface GigabitEthernet0/1/1
no ip address
!
interface GigabitEthernet0/1/2
no ip address
!
interface GigabitEthernet0/1/3
no ip address
!
interface GigabitEthernet0/1/4
no ip address
!
interface GigabitEthernet0/1/5
switchport access vlan 2
no ip address
!
interface GigabitEthernet0/1/6
switchport access vlan 2
no ip address
!
interface GigabitEthernet0/1/7
switchport access vlan 2
no ip address
!
interface Vlan1
description $FW_INSIDE$
ip address 192.168.200.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip virtual-reassembly in
!
interface Vlan2
description $FW_INSIDE$
ip address 192.168.100.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
interface GigabitEthernet0/1/0
no ip address
12-20-2012 04:08 PM
The above config is from my Cisco3945 ISR. I would like a similar setup on my ASR1002.
12-20-2012 04:39 PM
You have an Ether switch module, witch is like having a switch inside the router. ASR is no capable of having a switch module.
HTH
12-20-2012 04:50 PM
In the ASR router, I have installed a SPA-8X1GE-V2. So, this cannot act as a switch module?
Assuming the SPA-8X1GE-V2 cannot act as a switch module, how can I setup my ASR router in a format similar to the above configuration?
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