Search: NetworkAuthority Quick Change, Juniper

4 results

Results

Juniper JunOS IPv6 Interface Configuration

Use this quick change to configure your Junos interfaces for IPv6. Options include applying a filter or policer list that has already been configured.

Hint: You need to have your policer or filter already defined.

Commands used:

edit interface xxxx unit 0 family inet6
address x:x:x:x::/xx (eui-64)
filter xxxx
policer xxxx
commit

Juniper JunOS Banner

This quick change will update your login banner for Junos devices, and commit it to the running configuration if you choose.

NOTE: To add a sentence or a phrase with spaces in between words, you must add opening and closing double-quotes to your statement. Single word banners don't need double-quotes.

Ex. "This is the a Juniper device."

Commands used:

set system login message xxxx

Juniper JunOS AAA Authentication

This quick change gives users the option to delete old authentication settings and to create new ones using up to three sources - password, tacacs, and radius.

Commands used:

delete system authentication-order (optional)
set system authentication-order [ x x x ]
commit (optional)

Juniper JunOS AAA Server Configuration

Use this quick change to delete old radius/tacacs server settings, and/or apply new settings. Host, key, and source ip address are required parameters for this change.

Commands used:

delete system tacplus-server
delete system radius-server
set system tacplus-server xxx secret xxx source-address xxx
set system radius-server xxx secret xxx source-address xxx