SRX license expired yesterday, log into support site and renewed new license and added it into SRX. But NSM still shows 'Attack/Detector Update License Validation Exception'
-------------------------------------------------------------------------------------------------
On SRX Device, system shows license has been added:
admin@FW-SRX-1> show system license
License usage:
Licenses Licenses Licenses Expiry
Feature name used installed needed
idp-sig 0 1 0 2014-08-29 20:00:00 EDT
dynamic-vpn 0 2 0 permanent
ax411-wlan-ap 0 2 0 permanent
logical-system 0 1 0 permanent
Licenses installed:
License identifier: JUNOS100000
License version: 2
Valid for device: AG4511AA0000
Features:
idp-sig - IDP Signature
date-based, 2013-08-29 20:00:00 EDT - 2014-08-29 20:00:00 EDT
At NSM, try to update device attack database:
NSM shows license validation exception error:
Solution:
Reboot NSM.
Blog focusing on networking security products from Cisco, Check Point, Juniper, F5, Fortinet, VMware and GNS3.
Friday, August 30, 2013
Wednesday, August 14, 2013
Cisco Switch Radius Configuration Work With TekRADIUS AD Authentication
Cisco Switch Example Configuration:
aaa authentication login default local group radius
aaa authentication enable default enable group radiusaaa authorization exec default local group radius
radius-server host 10.9.2.4 auth-port 1812 acct-port 1646 key cisco
line vty 0 4
authorization exec default
login authentication default
TekRadius Configuration:
Logs:
RadAuth req. from : 10.94.200.11:1645 - 14/08/2013 10:58:00 AMSize : 97 / 97
Identifier : 111
Attributes :
NAS-Port-Id = tty1
NAS-Port-Type = 5
Reply-Message = Password:
Calling-Station-Id = 10.4.2.4
NAS-IP-Address = 10.4.2.11
NAS-Port = 1
User-Name = yanjohn
14/08/2013 10:58:00 AM - Active Directory Authentication commencing for user 'yanjohn'
14/08/2013 10:58:00 AM - Debug message (Check_AD_Group) : An operations error occurred.
14/08/2013 10:58:00 AM - Active Directory group does not match.
14/08/2013 10:58:00 AM - Active Directory group does not match, sending Failure-Reply (Reject).
14/08/2013 10:58:00 AM - Fetching Failure-Reply items - Start.
14/08/2013 10:58:00 AM - Fetching Failure-Reply items - Stop.
14/08/2013 10:58:00 AM - Generating Reply Packet - Start.
14/08/2013 10:58:00 AM - Generating Reply Packet - Stop.
Tuesday, August 13, 2013
Troubleshooting Cisco Radius Configuration with Free Radius Server TekRadius
Configured a cisco 2960 switch to use TekRadius as radius server for authentication and authorization. Authentication part was ok, but could not let user directly get into enable mode although in TekRadius priv-lvl=15 has been set:
*Jan 6 01:41:42.421: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58485) -> 0.0.0.0(22), 1 packet
*Jan 6 01:41:42.652: AAA/BIND(00000073): Bind i/f
*Jan 6 01:41:42.652: AAA/AUTHEN/LOGIN (00000073): Pick method list 'default'
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): ask "Password: "
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073):Orig. component type = EXEC
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
*Jan 6 01:41:42.652: RADIUS(00000073): Config NAS IP: 0.0.0.0
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): acct_session_id: 804
*Jan 6 01:41:42.652: RADIUS(00000073): sending
*Jan 6 01:41:42.657: RADIUS/ENCODE: Best Local IP-Address 10.94.200.11 for Radius-Server 10.94.200.14
*Jan 6 01:41:42.657: RADIUS(00000073): Send Access-Request to 10.94.200.14:1812 id 1645/6, len 94
*Jan 6 01:41:42.657: RADIUS: authenticator D0 DC 3F 5D 42 8B 88 B4 - 8F 6F C1 A4 57 3B 03 5A
*Jan 6 01:41:42.657: RADIUS: User-Name [1] 6 "john"
*Jan 6 01:41:42.657: RADIUS: Reply-Message [18] 12
*Jan 6 01:41:42.657: RADIUS: 50 61 73 73 77 6F 72 64 3A 20 [ Password: ]
*Jan 6 01:41:42.657: RADIUS: User-Password [2] 18 *
*Jan 6 01:41:42.657: RADIUS: NAS-Port [5] 6 2
*Jan 6 01:41:42.657: RADIUS: NAS-Port-Id [87] 6 "tty2"
*Jan 6 01:41:42.657: RADIUS: NAS-Port-Type [61] 6 Virtual [5]
*Jan 6 01:41:42.657: RADIUS: Calling-Station-Id [31] 14 "10.94.200.14"
*Jan 6 01:41:42.657: RADIUS: NAS-IP-Address [4] 6 10.94.200.11
*Jan 6 01:41:42.657: RADIUS(00000073): Started 5 sec timeout
*Jan 6 01:41:42.678: RADIUS: Received from id 1645/6 10.94.200.14:1812, Access-Accept, len 51
*Jan 6 01:41:42.683: RADIUS: authenticator 13 17 D3 26 DD 33 00 94 - 5B 16 E5 9B EA 5F F4 94
*Jan 6 01:41:42.683: RADIUS: Vendor, Cisco [26] 25
*Jan 6 01:41:42.683: RADIUS: Cisco AVpair [1] 19 "shell:priv-lvl=15"
GDCM-CSWP2003#
*Jan 6 01:41:42.683: RADIUS: Service-Type [6] 6 NAS Prompt [7]
*Jan 6 01:41:42.683: RADIUS(00000073): Received from id 1645/6
*Jan 6 01:41:42.709: AAA/AUTHOR (00000073): Method list id=0 not configured. Skip author
after put those commands in, it works great now.
------------------------------------
(config)#
*Jan 6 01:46:48.002: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58484) -> 0.0.0.0(22), 1 packet
*Jan 6 01:46:48.002: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58485) -> 0.0.0.0(22), 1 packet
GDCM-CSWP2003(config)#
*Jan 6 01:46:54.745: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58488) -> 0.0.0.0(22), 1 packet
*Jan 6 01:46:54.986: AAA/BIND(00000074): Bind i/f
*Jan 6 01:46:54.986: AAA/AUTHEN/LOGIN (00000074): Pick method list 'default'
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): ask "Password: "
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074):Orig. component type = EXEC
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
*Jan 6 01:46:54.986: RADIUS(00000074): Config NAS IP: 0.0.0.0
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): acct_session_id: 811
*Jan 6 01:46:54.986: RADIUS(00000074): sending
*Jan 6 01:46:54.986: RADIUS/ENCODE: Best Local IP-Address 10.94.200.11 for Radius-Server 10.94.200.14
*Jan 6 01:46:54.986: RADIUS(00000074): Send Access-Request to 10.94.200.14:1812 id 1645/7, len 94
*Jan 6 01:46:54.986: RADIUS: authenticator EF 99 98 AD D5 BC BA E7 - 86 24 59 93 C3 B3 FF 3A
*Jan 6 01:46:54.986: RADIUS: User-Name [1] 6 "john"
*Jan 6 01:46:54.986: RADIUS: Reply-Message [18] 12
*Jan 6 01:46:54.986: RADIUS: 50 61 73 73 77 6F 72 64 3A 20 [ Password: ]
*Jan 6 01:46:54.986: RADIUS: User-Password [2] 18 *
*Jan 6 01:46:54.986: RADIUS: NAS-Port [5] 6 2
*Jan 6 01:46:54.991: RADIUS: NAS-Port-Id [87] 6 "tty2"
*Jan 6 01:46:54.991: RADIUS: NAS-Port-Type [61] 6 Virtual [5]
*Jan 6 01:46:54.991: RADIUS: Calling-Station-Id [31] 14 "10.94.200.14"
*Jan 6 01:46:54.991: RADIUS: NAS-IP-Address [4] 6 10.94.200.11
*Jan 6 01:46:54.991: RADIUS(00000074): Started 5 sec timeout
*Jan 6 01:46:55.002: RADIUS: Received from id 1645/7 10.94.200.14:1812, Access-Accept, len 51
*Jan 6 01:46:55.002: RADIUS: authenticator 64 86 20 C2 B9 D4 32 24 - D8 24 1C 41 64 85 BF 20
*Jan 6 01:46:55.002: RADIUS: Vendor, Cisco [26] 25
*Jan 6 01:46:55.002: RADIUS: Cisco AVpair [1] 19 "shell:priv-lvl=15"
GDCM-CSWP2003(config)#
*Jan 6 01:46:55.002: RADIUS: Service-Type [6] 6 NAS Prompt [7]
*Jan 6 01:46:55.002: RADIUS(00000074): Received from id 1645/7
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): processing AV priv-lvl=15
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): processing AV service-type=7
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): Authorization successful
Step1: Cisco 2960 Configuration
On Cisco 2960s, configuration:aaa authentication login default group radius local
aaa authentication enable default group radius enable
aaa authorization exec default group radius local
radius-server host 10.94.200.14 auth-port 1812 acct-port 1646 key cisco
Step2: TekRADIUS LT Server Configuration
On TekRadius Server add three Attributes:Attribute Type Value
UserPassword check Password
cisco-avpair reply shell:priv-lvl=15
Service-Type reply NAS-Prompt
- User-Password , Check Type, Value is the user password
- Cisco-avpair, Success Reply Type, Value is shell:priv-lvl=15
- Service-Type, Success Reply Type, Value is NAS-Prompt
Step 3 Troubleshooting:
enable debug on Cisco Switch 2960sdebug aaa authenticationdebug aaa authorizationdebug radius
*Jan 6 01:41:42.421: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58485) -> 0.0.0.0(22), 1 packet
*Jan 6 01:41:42.652: AAA/BIND(00000073): Bind i/f
*Jan 6 01:41:42.652: AAA/AUTHEN/LOGIN (00000073): Pick method list 'default'
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): ask "Password: "
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073):Orig. component type = EXEC
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
*Jan 6 01:41:42.652: RADIUS(00000073): Config NAS IP: 0.0.0.0
*Jan 6 01:41:42.652: RADIUS/ENCODE(00000073): acct_session_id: 804
*Jan 6 01:41:42.652: RADIUS(00000073): sending
*Jan 6 01:41:42.657: RADIUS/ENCODE: Best Local IP-Address 10.94.200.11 for Radius-Server 10.94.200.14
*Jan 6 01:41:42.657: RADIUS(00000073): Send Access-Request to 10.94.200.14:1812 id 1645/6, len 94
*Jan 6 01:41:42.657: RADIUS: authenticator D0 DC 3F 5D 42 8B 88 B4 - 8F 6F C1 A4 57 3B 03 5A
*Jan 6 01:41:42.657: RADIUS: User-Name [1] 6 "john"
*Jan 6 01:41:42.657: RADIUS: Reply-Message [18] 12
*Jan 6 01:41:42.657: RADIUS: 50 61 73 73 77 6F 72 64 3A 20 [ Password: ]
*Jan 6 01:41:42.657: RADIUS: User-Password [2] 18 *
*Jan 6 01:41:42.657: RADIUS: NAS-Port [5] 6 2
*Jan 6 01:41:42.657: RADIUS: NAS-Port-Id [87] 6 "tty2"
*Jan 6 01:41:42.657: RADIUS: NAS-Port-Type [61] 6 Virtual [5]
*Jan 6 01:41:42.657: RADIUS: Calling-Station-Id [31] 14 "10.94.200.14"
*Jan 6 01:41:42.657: RADIUS: NAS-IP-Address [4] 6 10.94.200.11
*Jan 6 01:41:42.657: RADIUS(00000073): Started 5 sec timeout
*Jan 6 01:41:42.678: RADIUS: Received from id 1645/6 10.94.200.14:1812, Access-Accept, len 51
*Jan 6 01:41:42.683: RADIUS: authenticator 13 17 D3 26 DD 33 00 94 - 5B 16 E5 9B EA 5F F4 94
*Jan 6 01:41:42.683: RADIUS: Vendor, Cisco [26] 25
*Jan 6 01:41:42.683: RADIUS: Cisco AVpair [1] 19 "shell:priv-lvl=15"
GDCM-CSWP2003#
*Jan 6 01:41:42.683: RADIUS: Service-Type [6] 6 NAS Prompt [7]
*Jan 6 01:41:42.683: RADIUS(00000073): Received from id 1645/6
*Jan 6 01:41:42.709: AAA/AUTHOR (00000073): Method list id=0 not configured. Skip author
Step 4: Solution
after a quick search , found there is authorization command missing:line vty 0 4authorization exec AUTHand
aaa authorization exec default group radius
after put those commands in, it works great now.
------------------------------------
(config)#
*Jan 6 01:46:48.002: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58484) -> 0.0.0.0(22), 1 packet
*Jan 6 01:46:48.002: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58485) -> 0.0.0.0(22), 1 packet
GDCM-CSWP2003(config)#
*Jan 6 01:46:54.745: %SEC-6-IPACCESSLOGP: list 101 permitted tcp 10.94.200.14(58488) -> 0.0.0.0(22), 1 packet
*Jan 6 01:46:54.986: AAA/BIND(00000074): Bind i/f
*Jan 6 01:46:54.986: AAA/AUTHEN/LOGIN (00000074): Pick method list 'default'
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): ask "Password: "
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074):Orig. component type = EXEC
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
*Jan 6 01:46:54.986: RADIUS(00000074): Config NAS IP: 0.0.0.0
*Jan 6 01:46:54.986: RADIUS/ENCODE(00000074): acct_session_id: 811
*Jan 6 01:46:54.986: RADIUS(00000074): sending
*Jan 6 01:46:54.986: RADIUS/ENCODE: Best Local IP-Address 10.94.200.11 for Radius-Server 10.94.200.14
*Jan 6 01:46:54.986: RADIUS(00000074): Send Access-Request to 10.94.200.14:1812 id 1645/7, len 94
*Jan 6 01:46:54.986: RADIUS: authenticator EF 99 98 AD D5 BC BA E7 - 86 24 59 93 C3 B3 FF 3A
*Jan 6 01:46:54.986: RADIUS: User-Name [1] 6 "john"
*Jan 6 01:46:54.986: RADIUS: Reply-Message [18] 12
*Jan 6 01:46:54.986: RADIUS: 50 61 73 73 77 6F 72 64 3A 20 [ Password: ]
*Jan 6 01:46:54.986: RADIUS: User-Password [2] 18 *
*Jan 6 01:46:54.986: RADIUS: NAS-Port [5] 6 2
*Jan 6 01:46:54.991: RADIUS: NAS-Port-Id [87] 6 "tty2"
*Jan 6 01:46:54.991: RADIUS: NAS-Port-Type [61] 6 Virtual [5]
*Jan 6 01:46:54.991: RADIUS: Calling-Station-Id [31] 14 "10.94.200.14"
*Jan 6 01:46:54.991: RADIUS: NAS-IP-Address [4] 6 10.94.200.11
*Jan 6 01:46:54.991: RADIUS(00000074): Started 5 sec timeout
*Jan 6 01:46:55.002: RADIUS: Received from id 1645/7 10.94.200.14:1812, Access-Accept, len 51
*Jan 6 01:46:55.002: RADIUS: authenticator 64 86 20 C2 B9 D4 32 24 - D8 24 1C 41 64 85 BF 20
*Jan 6 01:46:55.002: RADIUS: Vendor, Cisco [26] 25
*Jan 6 01:46:55.002: RADIUS: Cisco AVpair [1] 19 "shell:priv-lvl=15"
GDCM-CSWP2003(config)#
*Jan 6 01:46:55.002: RADIUS: Service-Type [6] 6 NAS Prompt [7]
*Jan 6 01:46:55.002: RADIUS(00000074): Received from id 1645/7
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): processing AV priv-lvl=15
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): processing AV service-type=7
*Jan 6 01:46:55.028: AAA/AUTHOR/EXEC(00000074): Authorization successful
Friday, August 9, 2013
F5 Big-IP 2500 Appliance System Initial Configuration
Some Other related posts in this blog:
- F5 Big IP 2000s Appliance Initial Configuration
- F5 BigIP LTM v11.5.3 Virtual Appliance Configuration - Part 1
- F5 BigIP LTM v11.5.3 Virtual Appliance Configuration - Part 2
- F5 BigIP LTM Basic Configuration Steps
- F5 Big-IP 2500 Appliance System Initial Configuration
- Download and Install F5 BIG-IP v11.x / Virtual Edition 11.3.x into Vmware Workstation
1. Use a DB9 null modem cable to connect to Console Port :
| Setting | Value |
| Bits per second [baud] | 19200 |
| Data bits | 8 |
| Parity | None |
| Stop bit | 1 |
| Flow control | None |
2. log in with following account:
root/default
Here is a video shows how to do F5 command configuration.
3. Change Management IP from default 192.168.1.x/24 to your management zone ip
root@(localhost)(cfg-sync Standalone)(NO LICENSE)(/)(tmos.sys)# delete /sys management-ip 192.168.1.245/24
root@(localhost)(cfg-sync Standalone)(NO LICENSE)(/)(tmos.sys)# create /sys management-ip 10.9.2.33/24
note: modify command doesnot work with this object
root@(localhost)(cfg-sync Standalone)(NO LICENSE)(/)(tmos.sys)# delete /sys management-ip 192.168.1.245/24
root@(localhost)(cfg-sync Standalone)(NO LICENSE)(/)(tmos.sys)# create /sys management-ip 10.9.2.33/24
note: modify command doesnot work with this object
4. Access configuration web gui interface by https
Subscribe to:
Posts (Atom)

























