obrigg/Vanilla-ISE

Problem with environment variables

Closed this issue · 2 comments

exactly how i will set that up?
I edited that
export ISE_IP= <ISE hostname/IP>
export ISE_USER=
export ISE_PASSWORD=
export SYSLOG_SERVER= <Syslog server IP, for auditing>
export SWITCH_USER=
export SWITCH_PASS=
export SWITCH_ENABLE=

but when i activate the env it gives me this error:
bash: env/bin/activate: line 67: syntax error near unexpected token newline' bash: env/bin/activate: line 67: export ISE_IP= <my_ise_ip>'

how can i solve this?

export ISE_IP="my ip"

there shoıuld be no space after "=" and instead of "<>" you need to use ""

I'm glad to see things are working now 👍