-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address : Known issue #36
Comments
Your module has been incredibly helpful. Any chance an geography address update is coming out soon? Any way I can update the API myself for this is not supported yet? |
Hi @hlroudjehane thanks for feedback ! I make a quick look of geography address and it will be easy to add ! (need to add a new parameter like -country with the country code...) What the use case ? |
I want the provide the ability to add a new geography address and then add that address to an address member group. I’ll edit the API and see if I can add the new parameter and country code.
|
It looks like the change should be made in this file/location correct?
|
Yes ! |
after a very quick look a small PR for add #191 some example : Add-FGTFirewallAddress -Name FGT-Country-FR -country FR
name : FGT-Country-FR
q_origin_key : FGT-Country-FR
uuid : 33cf29c8-f7e3-51ec-6987-6871166d6ba9
type : geography
sub-type : sdn
clearpass-spt : unknown
macaddr : {}
country : FR
cache-ttl : 0
sdn :
fsso-group : {}
interface :
obj-type : ip
tag-detection-level :
tag-type :
dirty : dirty
comment :
associated-interface :
color : 0
filter :
sdn-addr-type : private
node-ip-only : disable
obj-id :
list : {}
tagging : {}
allow-routing : disable
fabric-object : disable
Add-FGTFirewallAddress -Name FGT-Country-US -country US
name : FGT-Country-US
q_origin_key : FGT-Country-US
uuid : 610bc0b8-f7e3-51ec-5add-9d7c450d2e0f
type : geography
sub-type : sdn
clearpass-spt : unknown
macaddr : {}
country : US
cache-ttl : 0
sdn :
fsso-group : {}
interface :
obj-type : ip
tag-detection-level :
tag-type :
dirty : dirty
comment :
associated-interface :
color : 0
filter :
sdn-addr-type : private
node-ip-only : disable
obj-id :
list : {}
tagging : {}
allow-routing : disable
fabric-object : disable
Get-FGTFirewallAddress -filter_attribute type -filter_value geography | ft
name q_origin_key uuid type sub-type clearpass-spt macaddr country cache-ttl sdn
---- ------------ ---- ---- -------- ------------- ------- ------- --------- ---
FGT-Country-FR FGT-Country-FR 33cf29c8-f7e3-51ec-6987-6871166d6ba9 geography sdn unknown {} FR 0
FGT-Country-US FGT-Country-US 610bc0b8-f7e3-51ec-5add-9d7c450d2e0f geography sdn unknown {} US 0 |
I updated the 12 lines of code highlighted in address.ps1 to no resolve unfortunately. Is there another file that needs updating?
|
do you reforce the import after modified the file ? Import-Module PowerFGT -force |
Yes in the screenshot I sent you I ran an import. It doesn’t seem to recognize the new parameters added as they don’t auto show while type.
|
there is no screenshot on github issue... you can try to clone my repo and use the feature branch |
I was changing way more code than I needed to! Thank you Alexis. I will test on my side and see if I have any trouble.
|
There is some known issue with address cmdlet
This issues will be fixed on a next release...
The text was updated successfully, but these errors were encountered: