Configuration Guide User guide

414 FastIron Configuration Guide
53-1002494-02
IPv6 management features
NOTE
You must enclose the IPv6 address with square brackets [ ] in order for the Web browser to work.
Restricting web access
You can restrict Web management access to include only management functions on a Brocade
device that is acting as an IPv6 host, or restrict access so that the Brocade host can be reached by
a specified IPv6 device.
Restricting Web management access by specifying an IPv6 ACL
You can specify an IPv6 ACL that restricts Web management access to management functions on
the device that is acting as the IPv6 host.
Example
Brocade(config)#access-list 12 deny host 2000:2383:e0bb::2/128 log
Brocade(config)#access-list 12 deny 30ff:3782::ff89/128 log
Brocade(config)#access-list 12 deny 3000:4828::fe19/128 log
Brocade(config)#access-list 12 permit any
Brocade(config)#web access-group ipv6 12
Syntax: web access-group ipv6 <ipv6 ACL name>
where <ipv6 ACL name> is a valid IPv6 ACL.
Restricting Web management access to an IPv6 host
You can specify a single device with an IPv6 address to have Web management access to the host
device. No other device except the one with the specified IPv6 address can access the Web
Management Interface.
Example
Brocade(config)#web client ipv6 3000:2383:e0bb::2/128
Syntax: web client ipv6 <ipv6-address>
The <ipv6-address> you specify must be in hexadecimal format using 16-bit values between colons
as documented in RFC 2373.
IPv6 logging
This feature allows you to specify an IPv6 server as the Syslog server.
Specifying an IPv6 Syslog server
To specify an IPv6 Syslog server, enter the log host ipv6 command as shown below.
Example
Brocade(config)#log host ipv6 2000:2383:e0bb::4/128
Syntax: [no] log host ipv6 <ipv6-address> [<udp-port-num>]
The <ipv6-address> must be in hexadecimal using 16-bit values between colons as documented in
RFC 2373.