Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding MAC address based local list using command line

Status
Not open for further replies.

reliancetech

Technical User
Joined
Sep 7, 2004
Messages
60
Location
US
How do i add mac address based local list using command line in Cisco Aronet 1200. When I add using GUI i can see following run config. Where I set Username as MAC address

ap>en
Password:
ap#sh run
Building configuration...

Current configuration : 2988 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 $1$Ww2r$INIEKkp1m2qIemuIM7Ad/0
!
username 00904b7ba55c password 7 055B565671184C5E1B04424708
username 00904b7ba55c autocommand exit
username 00904b7ba595 password 7 0054435F540F09510D2019175C
username 00904b7ba595 autocommand exit
username 00904b7ba5d5 password 7 03540B52565B231B4C084C0142
username 00904b7ba5d5 autocommand exit
username 00904b7ba624 password 7 1355474B5B58067D29257E6161
username 00904b7ba624 autocommand exit
username 00904b7ba815 password 7 06565F781C1A0B4E07164A5A59
username 00904b7ba815 autocommand exit
username 00904b7ba8a7 password 7 0143565D0B5F0458234D16084E
username 00904b7ba8a7 autocommand exit
username 00904b7f59f7 password 7 0054435F540F0951097415485E
username 00904b7f59f7 autocommand exit
username 00904b7f5e5b password 7 101E59405543105C0A512F7E26
username 00904b7f5e5b autocommand exit
username 00904b7f5cb8 password 7 025654025B520D764A1B0A1B5D
username 00904b7f5cb8 autocommand exit
username 00904b7f5d30 password 7 0143565D0B5F045827194A5A49
username 00904b7f5d30 autocommand exit
username Cisco password 7 096F471A1A0A
clock timezone E* 5 30
ip subnet-zero
ip dhcp excluded-address 10.225.68.65 10.225.68.89
ip dhcp excluded-address 10.225.68.111 10.225.68.126
!
ip dhcp pool HHT
network 10.225.68.64 255.255.255.192
!
aaa new-model
!
!
aaa group server radius rad_eap
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authorization exec default local
aaa authorization ipmobile default group rad_pmip
aaa accounting network acct_methods start-stop group rad_acct
aaa session-id common
!
bridge irb
!
!
 
got the answer myself.

Local list in access point is simple Username comand.

config#username {mac id} password {mac id}
config#username {mac id} autocommand exit
This will only allow the users with specified MAC id.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top