Problem with Dot1Q

Post Reply
devnix

Problem with Dot1Q

Post by devnix »

Hi,

this is my first post to this forum, because Im very new with this device.
I've a problem with my ALU 7750 SR1, I can't create sub interface :

Code: Select all

configuration router interface "MGMT" address 10.9.8.1/24 port 1/1/10:10
it always error, the error was like this :
MINOR: CLI Invalid port: 1/1/10:10
please help me.
thank you.
agungaryo

Re: Problem with Dot1Q

Post by agungaryo »

may i know the output of this command :
"show port 1/1"
devnix

Re: Problem with Dot1Q

Post by devnix »

here is the output :

Code: Select all

Ports on Slot 1
==============================================================================
Port        Admin Link Port    Cfg  Oper LAG/ Port Port Port   SFP/XFP/
Id          State      State   MTU  MTU  Bndl Mode Encp Type   MDIMDX
------------------------------------------------------------------------------
1/1/1       Down  No   Down    9212 9212    - netw null xcme
1/1/2       Up    No   Down    9212 9212    - netw null xcme
1/1/3       Up    No   Down    9212 9212    - netw null xcme
1/1/4       Down  No   Down    9212 9212    - netw null xcme
1/1/5       Up    No   Down    9212 9212    - netw null xcme
1/1/6       Down  No   Down    9212 9212    - netw null xcme
1/1/7       Down  No   Down    9212 9212    - netw null xcme
1/1/8       Down  No   Down    9212 9212    - netw null xcme
1/1/9       Down  No   Down    9212 9212    - netw null xcme
1/1/10      Up    Yes  Up      9212 9212    - netw null xcme   GIGE-SX
mivens
Member
Posts: 262
Joined: 28 Sep 2012 06:34

Re: Problem with Dot1Q

Post by mivens »

Do you have the encap-type set to dot1q for port 1/1/1?

Code: Select all

conf port 1/1/1 ethernet encap-type dot1q
If you post the output of "show port 1/1/1" then the Encap Type is displayed in the output.
agungaryo

Re: Problem with Dot1Q

Post by agungaryo »

identifying this :
"1/1/10 Up Yes Up 9212 9212 - netw null xcme GIGE-SX"
your port hasn't been set correctly as dot1Q

change your port ,like this :
\configure port 1/1/10 shut
\configure port 1/1/10 ethernet encap dot1q
\configure port 1/1/10 no shut

and try again :
configuration router interface "MGMT" address 10.9.8.1/24 port 1/1/10:10
devnix

Re: Problem with Dot1Q

Post by devnix »

wow great,
thanks mas.
I used dot1q-etype instead of encap-type dot1q :)
Post Reply

Return to “7750 SR”