Discussion:
[c-nsp] Connect "normal" Service instance to Vlan on Switch module
Nick Cutting
2018-11-16 21:14:20 UTC
Permalink
I am not sure if this is possible.

I have an ISR1111 (IOS XE, 16.8)

And I have a working service instance bridging the two WAN ports

interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901

interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901

I want to connect these two WAN ports to the switching module / WLAN module
Which has a switchport config, not a routed port config

interface Wlan-GigabitEthernet0/1/4
switchport trunk native vlan 600
switchport trunk allowed vlan 600,692,901
switchport mode trunk

or:

interface GigabitEthernet0/1/1
switchport access vlan 901
switchport mode access
spanning-tree portfast

I cannot seem to connect the L3 BDI 901, or use a traditional SVI to "tap into" the L2 vlan 901

I was hoping to use:

interface GigabitEthernet0/0/0
service instance 901 ethernet
encapsulation untagged
rewrite ingress tag push dot1 901

but the command will not complete, even though it question marks to a <cr>

% Ambiguous command: "rewrite ingress tag push dot1 901 "
ROUTER(config-if-srv)#rewrite ingress tag push dot1 901 ?
<cr> <cr>


Anyone else have any ideas?

_______________________________________________
cisco-nsp mailing list cisco-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Aaron1
2018-11-16 22:19:42 UTC
Permalink
Ambiguous because dot1 could be dot1ad or dot1q ?

Aaron
Post by Nick Cutting
I am not sure if this is possible.
I have an ISR1111 (IOS XE, 16.8)
And I have a working service instance bridging the two WAN ports
interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901
interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901
I want to connect these two WAN ports to the switching module / WLAN module
Which has a switchport config, not a routed port config
interface Wlan-GigabitEthernet0/1/4
switchport trunk native vlan 600
switchport trunk allowed vlan 600,692,901
switchport mode trunk
interface GigabitEthernet0/1/1
switchport access vlan 901
switchport mode access
spanning-tree portfast
I cannot seem to connect the L3 BDI 901, or use a traditional SVI to "tap into" the L2 vlan 901
interface GigabitEthernet0/0/0
service instance 901 ethernet
encapsulation untagged
rewrite ingress tag push dot1 901
but the command will not complete, even though it question marks to a <cr>
% Ambiguous command: "rewrite ingress tag push dot1 901 "
ROUTER(config-if-srv)#rewrite ingress tag push dot1 901 ?
<cr> <cr>
Anyone else have any ideas?
_______________________________________________
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Nick Cutting
2018-11-19 15:38:51 UTC
Permalink
Thank you - I didn't even notice that. The command completed

I still doesn't populate the mac address table for Vlan901, I don't think this can be done without a physical cable.

-----Original Message-----
From: cisco-nsp <cisco-nsp-***@puck.nether.net> On Behalf Of Aaron1
Sent: Friday, November 16, 2018 5:20 PM
To: Nick Cutting <***@edgetg.com>
Cc: cisco-***@puck.nether.net
Subject: Re: [c-nsp] Connect "normal" Service instance to Vlan on Switch module

This message originates from outside of your organisation.

Ambiguous because dot1 could be dot1ad or dot1q ?

Aaron
Post by Nick Cutting
I am not sure if this is possible.
I have an ISR1111 (IOS XE, 16.8)
And I have a working service instance bridging the two WAN ports
interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901
interface GigabitEthernet0/0/0
no ip address
negotiation auto
service instance 901 ethernet
encapsulation untagged
bridge-domain 901
I want to connect these two WAN ports to the switching module / WLAN
module Which has a switchport config, not a routed port config
interface Wlan-GigabitEthernet0/1/4
switchport trunk native vlan 600
switchport trunk allowed vlan 600,692,901 switchport mode trunk
interface GigabitEthernet0/1/1
switchport access vlan 901
switchport mode access
spanning-tree portfast
I cannot seem to connect the L3 BDI 901, or use a traditional SVI to
"tap into" the L2 vlan 901
interface GigabitEthernet0/0/0
service instance 901 ethernet
encapsulation untagged
rewrite ingress tag push dot1 901
but the command will not complete, even though it question marks to a <cr>
% Ambiguous command: "rewrite ingress tag push dot1 901 "
ROUTER(config-if-srv)#rewrite ingress tag push dot1 901 ?
<cr> <cr>
Anyone else have any ideas?
_______________________________________________
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-***@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-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Loading...