cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2544
Views
5
Helpful
6
Replies

ASR 1001-x router not able to create the vlan

csco10979295
Level 1
Level 1

Hi 

  I am configuring ASR1001-x router . but not able to configure the vlan and the port-channel. 

   we have ADV-ip serivces license . any suggestions 

6 Replies 6

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

How are you going about configuring the VLANs and port-channels. As the ASR is a router this will be acheived by creating sub-interfaces on the port-channel:

!
int po1.1100
  encapsulation dot1q 1100
  ip address <ip_address> <subnet_mask>
!

cheers,

Seb.

Hi Rupik,

    Thank you for your reply. I am planning to create the portchannel - and two physical interface in it.

     L3 Portchannle 

    

      Int port-chan 101 

          IP < > 

 

        inter Gi0/0/0 -1 

             channel-grpup 101 

              no shut 

 

But i can see the port-channel down 

        

What is the ouput from:

 

sh ip int br | inc 0/0/

sh etherchanel summary

 

 

show etherchannel summary
Flags: D - down P/bndl - bundled in port-channel
I - stand-alone s/susp - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator

M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port


Number of channel-groups in use: 0
Number of aggregators: 0

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------

RU - L3 port-channel UP State
SU - L2 port-channel UP state
P/bndl - Bundled
S/susp - Suspended

 

 

Router #sh ip int brief | in 0/0
Te0/0/0 unassigned YES NVRAM administratively down down
Te0/0/1 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/0 x.x.x.x YES manual down down
GigabitEthernet0/0/1 unassigned YES NVRAM down down
GigabitEthernet0/0/2 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/3 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/4 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/5 unassigned YES NVRAM administratively down down

Also tried to configure the reverse. Let me try to connect the ports 

 

Flags: D - down P/bndl - bundled in port-channel
I - stand-alone s/susp - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator

M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port


Number of channel-groups in use: 1
Number of aggregators: 1

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(RD) LACP Gi0/0/0(D) Gi0/0/1(D)

RU - L3 port-channel UP State
SU - L2 port-channel UP state
P/bndl - Bundled
S/susp - Suspended

Delete the port channel and reverse your order of these commands. Physical interfaces first then apply configs on the port channel.

Allow the router to create the port channel rather than creating it manually.

Hope it helps,

Paul