Page 1 of 1

Problem with Dot1Q

Posted: 11 Oct 2012 03:46
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.

Re: Problem with Dot1Q

Posted: 12 Oct 2012 16:18
by agungaryo
may i know the output of this command :
"show port 1/1"

Re: Problem with Dot1Q

Posted: 16 Oct 2012 02:56
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

Re: Problem with Dot1Q

Posted: 16 Oct 2012 04:15
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.

Re: Problem with Dot1Q

Posted: 16 Oct 2012 07:06
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

Re: Problem with Dot1Q

Posted: 16 Oct 2012 07:48
by devnix
wow great,
thanks mas.
I used dot1q-etype instead of encap-type dot1q :)