[c-nsp] ME3600x sub-interfaces

Pete Lumbis alumbis at gmail.com
Sat Oct 27 16:46:49 EDT 2012


Eric,

To provide routing on a service instance, Jason is correct, you need
to tie it to a bridge-domain.

service instance 1 ethernet
 encapsulation dot1q 101
  bridge-domain 100
service instance 2 ethernet
  encapsulation dot1q 201
   bridge-domain 100

int vlan 100
 ip add 192.168.1.1 255.255.255.0

If you are new to service instances take a look at a doc I wrote on
Cisco's support forums to help explain how they work.

https://supportforums.cisco.com/docs/DOC-21299

-Pete

On Fri, Oct 26, 2012 at 2:04 PM, Eric A Louie <elouie at yahoo.com> wrote:
> Thanks Thomas.  That's definitely an option - it was my 2nd one.  The plain old
> subinterfaces, like on a router, don't work on this platform, apparently.
>
>  Much appreciated, Eric
>
>
>
>
> ________________________________
> From: "tb at flashstudy.de" <tb at flashstudy.de>
> To: Eric A Louie <elouie at yahoo.com>; Cisco NSP <cisco-nsp at puck.nether.net>
> Sent: Fri, October 26, 2012 10:53:09 AM
> Subject: Re: [c-nsp] ME3600x sub-interfaces
>
> Hi Eric,
>
> this is a switch.
>
> You have to configure a SVI Interface.
>
> conf t
> vlan 55
> int vlan 55
> ip add X.X.x.X
>
>
> if you want to use more vlans on a port you have to use switchport mode
> trunk and you should remobe the comannd switchport access vlan 55.
>
> Regards
> Thomas
>
>> Are sub-interfaces supported on the ME3600x?  Or is there some special formula
>
>> that I need to enable them?
>>
>> Cisco IOS Software, ME360x Software (ME360x-UNIVERSALK9-M), Version 15.2(4)S,
>> RELEASE SOFTWARE (fc1)
>> License Level: AdvancedMetroIPAccess
>> License Type: Permanent
>>
>> interface GigabitEthernet0/1
>>  no switchport
>>  ip address 192.168.111.2 255.255.255.0
>> !
>> interface GigabitEthernet0/2
>>  description test interface
>>  switchport access vlan 55
>>  switchport mode trunk
>>
>> me3600-2(config)#int g0/1.1
>>                       ^
>> % Invalid input detected at '^' marker.
>>
>> me3600-2(config)#int g0/2.1
>>                       ^
>> % Invalid input detected at '^' marker.
>>
>>
>>
>>
>>  Much appreciated, Eric
>> _______________________________________________
>> cisco-nsp mailing list  cisco-nsp at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-nsp
>> archive at http://puck.nether.net/pipermail/cisco-nsp/
>>
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/


More information about the cisco-nsp mailing list