Hey guys and girl(s),

I try only to use CLI in the autonomous section.
I have been wondering if some of the extra commands
that the WEB GUI adds when using that.

For example.

Creating vlans and subinterfaces.

!         
interface Dot11Radio1.114
 encapsulation dot1Q 114
 no ip route-cache
 bridge-group 114
 bridge-group 114 subscriber-loop-control
 bridge-group 114 block-unknown-source
 no bridge-group 114 source-learning
 no bridge-group 114 unicast-flooding
 bridge-group 114 spanning-disabled
!
interface FastEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface FastEthernet0.114
 encapsulation dot1Q 114
 no ip route-cache
 bridge-group 114
 no bridge-group 114 source-learning
 bridge-group 114 spanning-disabled
!

But according to some configuration guides.
And what I usually do is just:
!
interface Dot11Radio1.114
encapsulation dot1Q 114
 bridge-group 114
!
and the same with fastethernet0.114
!
Speed is a requirement in the LAB exam so I want
do do without extra commands. I am just worried if the
grading of the exam would require the source-learning and spanning-disabled.
I might just look them up and post another mail that explains what they do.
!
Also in local radius the EAP FAST parameters don´t seem to matter. Without
them EAP-FAST works fine.

Any comments on this ?

regards. Kristjan


_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to