forked from slchorne/ibcli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelnotes.txt
More file actions
77 lines (39 loc) · 1.78 KB
/
relnotes.txt
File metadata and controls
77 lines (39 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
New in Version 3.60
Deleting scheduled updates
conf grid schedule delete <taskid>
Show all the networks that have a common network_container
show network 45.0.0.0/16 subnets
'Show network stats' now uses Infoblox::IPAM::Statistics
Show the next available network
show network 45.200.100.128/25 ipam next_network
New in Version 3.50
Auto Generate hosts
You can post process a zone and create host records
conf zone mod foo.com generate_hosts
Copy a zone to another view
you need the source and destination zone and views
conf zone copy <zone> view <src_view> to <dst_zone> dest_view <dst_view>
conf zone copy zone.com view int to newzone.com dest_view external
Show information about an IP address
show ipam address 1.2.3.4
Add a network to a discovery job
Each network gets added to the current discovery job
configure ipam discovery add network 1.2.3.0/24
Show a discovery job
show ipam discovery
Other cosmetic cleanups :
Fixed the syntax for adding 'forward_to' zones
conf zone add fwd.foo.com forward_to ns1.x.com,2.2.2.2 member 10.0.0.20
Configuring a host for no dns (disable for dns)
conf zone info.com add host pc2 2.3.3.3 ... nodns
You no longer need the network when working with ranges or fixed
addresses
conf network add fixed ... option <name>=<value> [opt <name>=value>]
conf network add fixed 10.0.1.4 .. option 82="some data"
conf network add range 10.1.1.20 10.1.1.40
conf network add range 10.1.1.20 10.1.1.40 view default
Show Member DNS settings
show member <name> dns
show member ns1.lab.com dns
( You can also get there from the zone command )
show zone member ns1.lab.com